jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
327 stars 34 forks source link

implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature #399

Closed diegoflyer closed 8 months ago

diegoflyer commented 8 months ago

2024-03-02 15:11:47.544 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.versatile_thermostat.thermostat_switch.ThermostatOverSwitch'>) implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/jmcollin78/versatile_thermostat/issues

jmcollin78 commented 8 months ago

Yes, this is due to a recent modification on climate.

jmcollin78 commented 8 months ago

Duplicate #388