litinoveweedle / hass-template-climate

❄️Templatable Climate Device for Home Assistant, Supports Running Actions On Service Calls.
MIT License
24 stars 1 forks source link

HomeAssistantType warning #18

Closed dmatik closed 4 months ago

dmatik commented 4 months ago

The problem

After updating HA to 2024.5.X new Warning in the logs. Actually not really sure if it was not there before.

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

What version of Template Climate has the issue?

0.7.0

What version of Home Assistant are you running?

2024.5.1

What type of installation are you running?

Home Assistant Container

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

litinoveweedle commented 4 months ago

Yep, can confirm it, I will try to fix this. Thanks for report

litinoveweedle commented 4 months ago

Fixed by https://github.com/litinoveweedle/hass-template-climate/pull/21