Skip to content

Commit

Permalink
Merge pull request #324 from hkrogh:master
Browse files Browse the repository at this point in the history
Fix issue #319 new prices does not show until reload or at midnight
  • Loading branch information
MTrab authored Jul 11, 2023
2 parents 48ea5ad + 8ba4c7a commit 5791457
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 @@ -130,7 +130,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 5791457

Please sign in to comment.