Skip to content

Commit 9b47c04

Browse files
author
Arto Jantunen
committed
Test commit
1 parent b0d4760 commit 9b47c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/nordpool/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async def new_data_cb(tdo):
175175
if api.tomorrow_valid_all_areas():
176176
async_dispatcher_send(hass, EVENT_NEW_PRICE)
177177
else:
178-
_LOGGER.info(
178+
_LOGGER.error(
179179
"Nordpool data not available at %s, trying again later",
180180
tdo,
181181
)
@@ -184,7 +184,7 @@ async def new_data_cb(tdo):
184184
cb_update_tomorrow = async_track_time_change_in_tz(
185185
hass,
186186
new_data_cb,
187-
hour=13,
187+
hour=11,
188188
minute=RANDOM_MINUTE,
189189
second=RANDOM_SECOND,
190190
tz=timezone("Europe/Stockholm"),

0 commit comments

Comments
 (0)