Releases: hg1337/homeassistant-dwd
Releases · hg1337/homeassistant-dwd
2023.1.2
This release adds the following features:
- When adding a new station, the station can now be selected from a list of stations sorted by distance, so no need to copy&paste IDs any more. However, you can still configure a station manually like before, just select "Custom..." from the list.
- Stations that do not provide measurement or forecast data are now supported. The station list mentioned before only lists stations that support measurement as well as forecast data (because these are still the preferred stations), but when you enter a station manually, it is not rejected any more, if it doesn't provide both.
- When adding a new station as well as afterwards via the configuration dialog, you can now configure which data (measurement or forecast) to use as the current weather or if missing measurement data shall be filled up with forecast data. The available options depend on which data the station provides.
- Forecast data now additionally contains pressure.
Although it is expected that everything works fine in this release, major changes needed to be done to support the features described above. So if you discover a bug in this release in a feature that was already available before, it would be interesting to know if it was already there in the previous version or not.
2023.1.1
2023.1.0
This release switches to the new "native" unit system that allows much more flexibility in selecting the units that are being displayed for each entity. The previous system will not be supported any more by future Home Assistant releases.
See also this blog entry from the Home Assistant Core team:
https://developers.home-assistant.io/blog/2022/06/27/weather_entity_refactoring/