diff --git a/custom_components/dyson_local/climate.py b/custom_components/dyson_local/climate.py index 864a684..7460d6e 100644 --- a/custom_components/dyson_local/climate.py +++ b/custom_components/dyson_local/climate.py @@ -46,6 +46,8 @@ async def async_setup_entry( class DysonClimateEntity(DysonEntity, ClimateEntity): """Dyson climate entity base class.""" + _enable_turn_on_off_backwards_compatibility = False + @property def hvac_mode(self) -> str: """Return hvac operation."""