diff --git a/homeassistant/components/eq3btsmart/climate.py b/homeassistant/components/eq3btsmart/climate.py index 44329c95eb1..d514d54aa66 100644 --- a/homeassistant/components/eq3btsmart/climate.py +++ b/homeassistant/components/eq3btsmart/climate.py @@ -167,8 +167,6 @@ class EQ3BTSmartThermostat(ClimateEntity): def set_hvac_mode(self, hvac_mode): """Set operation mode.""" - if self.preset_mode: - return self._thermostat.mode = HA_TO_EQ_HVAC[hvac_mode] @property