hacker-cb / hassio-component-smart-thermostat

Home Assistant component: Smart Thermostat with auto Heat/Cool modes and PID control support
49 stars 11 forks source link

Deprecated constants: HVAC_MODE_xxx -> HVACMode.xxx(will be removed in HA Core 2025.1) #22

Open brettonw opened 10 months ago

brettonw commented 10 months ago

The following errors in my logs are showing after updating to HASS latest today:

HVAC_MODE_OFF was used from smart_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'smart_thermostat' custom integration
HVAC_MODE_COOL was used from smart_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'smart_thermostat' custom integration
HVAC_MODE_HEAT was used from smart_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'smart_thermostat' custom integration
boelle commented 6 months ago

@hacker-cb

hacker-cb commented 6 months ago

Thank you. I will fix this a little bit later.