Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hkrogh committed Jul 10, 2023
1 parent 471a6bb commit 8ba4c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/energidataservice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def update_carnot(n): # type: ignore pylint: disable=unused-argument, inv
update_tomorrow = async_track_time_change(
hass,
get_new_data,
hour=12, # LOCAL time!!
hour=13, # LOCAL time!!
minute=rand_min,
second=rand_sec,
)
Expand Down

0 comments on commit 8ba4c7a

Please sign in to comment.