FL550 / dwd_weather

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

2024.5.0b0 - HomeAssistantType is a deprecated alias #125

Closed elcajon closed 6 months ago

elcajon commented 7 months ago

Version of home_assistant

2024.5.0b0

Version of the custom_component

v2.1.2

Describe the bug

The following error message appears in the log since the latest beta version.

Debug log


2024-04-26 18:55:55.873 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from dwd_weather, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'dwd_weather' custom integration
2024-04-26 18:55:55.876 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from dwd_weather, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'dwd_weather' custom integration
FL550 commented 7 months ago

Thanks for reporting. I'll fix this.