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 14, 2023
1 parent dbad9b6 commit c279da2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __set_toggle_boost_next_start(self, next_start) -> None:
demand = self._get_demand()
preset = self._hub.sensors.set_temp_indoors.preset
demand_minutes = DEMAND_MINUTES[preset].get(demand, DEFAULT_WATER_BOOST)
self._hub.observer.broadcast("water boost start", demand_minutes)
self._hub.observer.broadcast("water boost start", demand_minutes*60)
except Exception as e:
pass

Expand Down

0 comments on commit c279da2

Please sign in to comment.