mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix changing venstar operation_mode (#28754)
This commit is contained in:
parent
4c690eace8
commit
35000848ed
@ -278,7 +278,7 @@ class VenstarThermostat(ClimateDevice):
|
||||
temperature = kwargs.get(ATTR_TEMPERATURE)
|
||||
|
||||
if operation_mode and self._mode_map.get(operation_mode) != self._client.mode:
|
||||
set_temp = self._set_operation_mode(self._mode_map.get(operation_mode))
|
||||
set_temp = self._set_operation_mode(operation_mode)
|
||||
|
||||
if set_temp:
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user