From 8ba4c7a036f970463daa65f84fb2af9105c019c4 Mon Sep 17 00:00:00 2001 From: hkrogh Date: Mon, 10 Jul 2023 14:07:21 +0200 Subject: [PATCH] Update __init__.py --- custom_components/energidataservice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/energidataservice/__init__.py b/custom_components/energidataservice/__init__.py index 8806277..b9b2838 100644 --- a/custom_components/energidataservice/__init__.py +++ b/custom_components/energidataservice/__init__.py @@ -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, )