Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Dec 6, 2023
1 parent b4a2d9c commit 419e55b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def _get_next_start(self, delay_dt=None) -> tuple[datetime, int | None]:
next_dt, override_demand = self._calculate_next_start(delay_dt) # todo: must also use latestboost +24h in this.
intersecting1 = self._check_intersecting(next_dt, last_known)
if intersecting1[0] or next_dt == datetime.max:
_LOGGER.debug(
f"returning next boost based on intersection of hours. original: {next_dt}, inter: {intersecting1}")
#_LOGGER.debug(f"returning next boost based on intersection of hours. original: {next_dt}, inter: {intersecting1}")
return intersecting1

expected_temp = min(self._get_temperature_at_datetime(next_dt), 39)
Expand Down

0 comments on commit 419e55b

Please sign in to comment.