diff --git a/custom_components/myhome/climate.py b/custom_components/myhome/climate.py index c5a4839..9fdfb20 100644 --- a/custom_components/myhome/climate.py +++ b/custom_components/myhome/climate.py @@ -147,7 +147,7 @@ def __init__( self._attr_min_temp = 5 self._attr_max_temp = 40 - self._attr_supported_features = 0 + self._attr_supported_features = ClimateEntityFeature.TURN_ON | ClimateEntityFeature.TURN_OFF self._attr_hvac_modes = [HVACMode.OFF] self._heating = heating self._cooling = cooling