Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarrick committed Nov 23, 2020
1 parent 154d291 commit 6b811ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/kumo/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def set_temperature(self, **kwargs):
return

if current_mode != target_mode:
self._set_hvac_mode(target_mode)
self.set_hvac_mode(target_mode)

if "cool" in target:
response = self._pykumo.set_cool_setpoint(target["cool"])
Expand Down

0 comments on commit 6b811ea

Please sign in to comment.