What's Changed
🚀 New Features:
- Expose DWD source metadata as sensor attributes by @awaldm in #17
(You can disable the extra sensor attributes in the options.)
🐛 Bug Fixes:
-
Prevent duplicate config entries by name by @Hoffmann77 in #36
-
Validate coordinates are within German DWD grid coverage (#34) by @Hoffmann77 in #35
-
Make update-failure log messages user-friendly by @Hoffmann77 in #33
⚠️ Breaking Changes:
- Sensor entities now become unavailable by default when the data is stale and the new data could not be retrieved.
(This behavior can be disabled in the options.)
🏠 Behind the scenes
- Replace the single shared poller with a per-product BaseProductUpdateCoordinator:
each with its own release schedule (track_time_change_args), staleness tolerance, and
fast-poll retry by @Hoffmann77 in #28
New Contributors
Full Changelog: 2026.5.1...2026.7.0-rc.1