Skip to content

Commit

Permalink
Merge pull request #18 from roumano/dev
Browse files Browse the repository at this point in the history
Fix #17
  • Loading branch information
oncleben31 authored Jun 21, 2021
2 parents 9fd98b2 + 07785fd commit 8696eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pool_pump/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self, hass, now):

# TODO: check when the schedule for next day is computed
noon = dt_util.as_local(
get_astral_event_date(self._hass, "solar_noon", self._now.date())
get_astral_event_date(self._hass, "noon", self._now.date())
)
_LOGGER.debug("Solar noon is at: {}".format(noon))

Expand Down

0 comments on commit 8696eaf

Please sign in to comment.