Skip to content

Releases: hg1337/homeassistant-dwd

2023.1.2

15 Jan 03:34
Compare
Choose a tag to compare

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.
    image
  • 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.
    image
  • 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

03 Jan 19:14
Compare
Choose a tag to compare

This release adds the necessary prerequisites for installation via HACS.

2023.1.0

03 Jan 03:42
Compare
Choose a tag to compare

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/

2022.12.0

31 Dec 17:54
01b1238
Compare
Choose a tag to compare

This is a maintenance release with the following changes/fixes:

  • Fix warning about wrong DeviceEntryType (contributed by @markuspi)
  • Support stations with 4 characters (contributed by @mpg07)

2021.6.5

17 Jun 22:31
Compare
Choose a tag to compare

This release introduces devices. One device per station is added that contains the two entities for hourly and daily forecasts.

2021.6.4

13 Jun 22:42
Compare
Choose a tag to compare

This release fixes an issue preventing this integration to work properly when Home Assistant is set to imperial instead of metric units.

2021.6.3

13 Jun 16:37
Compare
Choose a tag to compare

This release contains some updates regarding time handling:

  • Now handles days DST changes well. Previously, these days were missing in the daily forecast.
  • Removed pytz which worked but is actually not needed any more.

2021.6.2

12 Jun 21:57
28d51f4
Compare
Choose a tag to compare

This release fixes an issue where the daily condition wasn't calculated when the whole day was partly cloudy but the cloud cover was actually below the threshold.

2021.6.1

06 Jun 18:10
a949ef8
Compare
Choose a tag to compare

This is the initial implementation.