Skip to content

Commit

Permalink
Update water_heater_coordinator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elden1337 authored Nov 9, 2023
1 parent 0d488a2 commit 201ac23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __set_toggle_boost_next_start(self, next_start) -> None:
try:
if next_start <= datetime.now():
self.model.pre_heating.value = True
self.__toggle_boost(timer_timeout=None)
self.__toggle_boost(timer_timeout=None)
except Exception as e:
ee = f"2: {e}"

Expand Down

0 comments on commit 201ac23

Please sign in to comment.