Skip to content

Commit

Permalink
Update climate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoDan committed Nov 26, 2020
1 parent 03d0875 commit 3098c95
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 @@ -103,7 +103,6 @@ def __init__(self, hass, config):
self.min_cycle_duration = config.get(CONF_MIN_CYCLE_DURATION)
if type(self.min_cycle_duration) == type({}):
self.dict_to_timedelta()
_LOGGER.debug("climate.%s - type_min_cy_temp=%s", self.name, type(self.min_cycle_duration))
self._target_temp = self._getFloat(self._getStateSafe(self.target_entity_id), None)
self._restore_temp = self._target_temp
self._cur_temp = self._getFloat(self._getStateSafe(self.sensor_entity_id), self._target_temp)
Expand Down

0 comments on commit 3098c95

Please sign in to comment.