diff --git a/custom_components/versatile_thermostat/base_thermostat.py b/custom_components/versatile_thermostat/base_thermostat.py index 2ecf905..a0f6020 100644 --- a/custom_components/versatile_thermostat/base_thermostat.py +++ b/custom_components/versatile_thermostat/base_thermostat.py @@ -2711,4 +2711,4 @@ class BaseThermostat(ClimateEntity, RestoreEntity): if self._ac_mode: await self.async_set_hvac_mode(HVACMode.COOL) else: - await self.async_set_hvac_mode(HVACMode.HEATING) + await self.async_set_hvac_mode(HVACMode.HEAT)