FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
157 stars 11 forks source link

Forwarding setup to config entry platforms #130

Closed elcajon closed 3 days ago

elcajon commented 3 weeks ago

Calling hass.config_entries.async_forward_entry_setup is deprecated and will be removed in Home Assistant 2025.6. Instead, await hass.config_entries.async_forward_entry_setups as it can load multiple platforms at once and is more efficient since it does not require a separate import executor job for each platform.

https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/

closes #131

FL550 commented 1 week ago

Hi, thank you very much for your PR!

I am quite busy for the moment, so I have no time to test your changes. I'll will look into this as soon as possible. This will probably be next week.

Best regards

FL550 commented 3 days ago

Thanks for your feedback!