diff --git a/custom_components/energidataservice/__init__.py b/custom_components/energidataservice/__init__.py index 9c66aef..4f5484d 100644 --- a/custom_components/energidataservice/__init__.py +++ b/custom_components/energidataservice/__init__.py @@ -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, )