Skip to content

Commit 016ab11

Browse files
authored
set_hvac_mode: do not set target_temp when activating the schedule
The target_temp will automatically be set from the Smile.
1 parent 9962367 commit 016ab11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom_components/plugwise-beta/climate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ async def async_set_hvac_mode(self, hvac_mode):
269269
self._loc_id, self._last_active_schema, state
270270
)
271271
self._hvac_mode = hvac_mode
272-
if hvac_mode == HVAC_MODE_AUTO:
273-
self._thermostat = self._schedule_temp
274272
self.async_write_ha_state()
275273

276274
async def async_set_preset_mode(self, preset_mode):

0 commit comments

Comments
 (0)