FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
197 stars 13 forks source link

Config from dwd_weather is a deprecated alias / prepare for HA Core 2025.11 #171

Open jpawlowski opened 2 weeks ago

jpawlowski commented 2 weeks ago

Hello,

HA logs give a hint about a deprecation and retirement next year, which I wanted to pass on here as a reminder to adjust:

Logger: homeassistant.core Quelle: helpers/deprecation.py:222 Erstmals aufgetreten: 10:34:14 (1 Vorkommnisse) Zuletzt protokolliert: 10:34:14

Config was used from dwd_weather, this is a deprecated alias which will be removed in HA Core 2025.11. Use homeassistant.core_config.Config instead, please report it to the author of the 'dwd_weather' custom integration

FL550 commented 2 weeks ago

Thanks for reporting!