Releases: hg1337/homeassistant-dwd
2024.11.0
2024.9.0
This release fixes several warnings:
- "Detected code that calls async_forward_entry_setup for integration dwd with title [...] during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done." (#25) - Fix contributed by @ChristophCaina
- "Detected blocking call to open [...] inside the event loop by custom integration 'dwd' [...]"
2024.4.0
This release removes the previously deprecated daily and hourly entities as the forecast
state attribute is not supported any more since Home Assistant release 2024.4. For more information see https://github.com/hg1337/homeassistant-dwd/blob/2024.4.0/migration.md.
The minimum required Home Assistant version for installation of this update via HACS is set to 2024.4.0 to prevent accidental installation for people who are not ready yet to move away from the forecast
state attribute.
If you are using Home Assistant 2024.4.0 or later, upgrading to this version should be no big deal. If you are still using the old entities with the _daily
and _hourly
suffix, you will notice that those are not available any more. However, you can seamlessly switch to the new weather entity without suffix that provides both forecasts in a single entity, e.g. by just removing the _daily
and _hourly
suffix in your configuration.
2024.1.0
The dedicated hourly and daily weather entities are deprecated although they are currently still available. If you are still using them, please read https://github.com/hg1337/homeassistant-dwd/blob/2024.1.0/migration.md after upgrading to this release.
This release fixes an issue where listeners using the new forecast mechanism were not notified about updates. This could e.g. be experienced on a dashboard that is being displayed for a long time without user interaction.
It also contains an updated station list and some maintenance.
2023.10.0
2023.8.2
This release brings the following updates:
- New data as native attributes of the Weather Entity:
- dew_point: measurement, hourly forecast
- cloud_coverage: measurement, hourly forecast, daily forecast
- wind_gust_speed: measurement, hourly forecast, daily forecast
- wind_speed new as daily forecast (was already available as measurement and hourly forecast)
- Updated station list. Doesn't contain many changes however.
- Some internal improvements and cleanups.
2023.8.1
This release adds a new weather entity that provides the daily and hourly forecasts combined in one entity via the new mechanism introduced recently in Home Assistant.
If you add a new station, the dedicated daily and hourly entities are now disabled by default, but you can enable them any time if you need them, e.g. if using a third party weather card that still uses the old mechanism. The existing stations stay untouched, they just get additionally the combined entity that you may use.
2023.8.0
This release fixes an incompatibility with the recent Home Assistant version causing the time of the hourly forecast not being displayed correctly.
If you are using the standard Weather Forecast Card, you probably have to change forecast_type: legacy
to forecast_type: hourly
or remove it completely from its configuration.
Thanks @BerriJ for the hint.
2023.2.0
2023.1.3
This release adds the following improvements to the config flow:
- Displays the difference in elevation to the station and takes it into account when suggesting a station.
- Allows selecting stations that do not provide measurement data directly from the built-in list. Shows in the list if a station provides no measurement data.
- Shows the station names from the MOSMIX Stationskatalog in most cases with the correct casing instead of all-upper-case.
- Allows changing the name of stations selected from the built-in list directly in the workflow, no need any more to do it afterwards.