@@ -27,6 +27,7 @@ This adapter provides precise weather data, forecasts, air quality, and pollen i
2727* ** Multi-Language Support:** Supports 11 languages (including English, German, Polish, Russian, French, Chinese, etc.).
2828* ** Unit System:** Seamless switching between Metric (°C, km/h) and Imperial (°F, mph) systems.
2929* ** Multi Location:** Add multible Locations.
30+ * ** Night Icons:** You can choose between two night icon sets, "Bright" and "Dark". This makes it easier to match the icon to your background.
3031### Wind Direction Icons
3132
3233In the adapter settings, you can choose between two different visualization styles for the wind direction:
@@ -40,6 +41,7 @@ In the adapter settings, you can choose between two different visualization styl
4041| Wind direction (where the wind is blowing to) | /icons/wind_direction_icons/* .png | Points to destination |
4142| Wind origin (where the wind is coming from) | /icons/wind_direction_icons/direct_2/* .png | Points to origin |
4243
44+
4345### Air Quality Data
4446The adapter provides current air quality data and a daily forecast for the upcoming days (configurable for 1, 3, or 6 days).
4547
@@ -98,6 +100,13 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
98100After a new adapter update, it is recommended to delete the entire directory tree and let it be recreated.
99101
100102## Changelog
103+ ### ** WORK IN PROGRESS**
104+ * (H5N1v2) New: Added "Bright Night Icons" option. You can now choose between dark and bright icons for better visibility on different backgrounds.
105+ * (H5N1v2) New: Added new icon set directory /admin/icons/night_bright/ for enhanced night-time visualization.
106+ * (H5N1v2) New: Move night icons from /admin/icons/weather_icons to /admin/icons/night_dark.
107+ * (H5N1v2) Fix: Updated AdapterConfig types to support new configuration fields.
108+ * (H5N1v2) Fix: Improved icon path logic for current weather and hourly forecasts.
109+
101110### 2.4.1 (2026-02-14)
102111* (H5N1v2) chore: update dependencies to latest versions.
103112* (H5N1v2) add link to Widget in instanz configuration.
0 commit comments