Skip to content

Commit

Permalink
Update climate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoDan authored Nov 22, 2020
1 parent ffde4a8 commit 8e908b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/programmable_thermostat/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def _set_hvac_action_off(self, mode=None):
else:
_LOGGER.error("climate.%s - Error during set of HVAC_ACTION", self._name)


def _set_hvac_action_on(self, mode=None):
"""This is used to set CURRENT_HVAC_* according to the mode that is running."""
if mode == "heat":
Expand Down

0 comments on commit 8e908b5

Please sign in to comment.