Skip to content
Snippets Groups Projects
Commit 35000848 authored by Tyler Page's avatar Tyler Page Committed by Martin Hjelmare
Browse files

Fix changing venstar operation_mode (#28754)

parent 4c690eac
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment