diff --git a/custom_components/deltadore_tydom/ha_entities.py b/custom_components/deltadore_tydom/ha_entities.py index 07d0a7d..be79615 100644 --- a/custom_components/deltadore_tydom/ha_entities.py +++ b/custom_components/deltadore_tydom/ha_entities.py @@ -610,8 +610,8 @@ def __init__(self, device: TydomBoiler, hass) -> None: self._enable_turn_on_off_backwards_compatibility = False self._attr_supported_features = ( self._attr_supported_features - | ClimateEntityFeature.TARGET_TEMPERATURE - | ClimateEntityFeature.TURN_OFF + | ClimateEntityFeature.TARGET_TEMPERATURE + | ClimateEntityFeature.TURN_OFF | ClimateEntityFeature.TURN_ON )