fsaris / home-assistant-zonneplan-one

Unofficial Zonneplan integration for Home Assistant
https://github.com/fsaris/home-assistant-zonneplan-one
MIT License
104 stars 17 forks source link

Fix typing warnings #115

Closed hmmbob closed 3 months ago

hmmbob commented 4 months ago

Fixes all occurences on HA 2024.5 for the following warning:

HomeAssistantType was used from zonneplan_one, 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 'zonneplan_one' custom integration

Fixes #114

fsaris commented 3 months ago

tnx for the PR