We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6f832 commit 6277684Copy full SHA for 6277684
custom_components/nordpool/__init__.py
@@ -175,7 +175,7 @@ async def new_data_cb(tdo):
175
if api.tomorrow_valid_all_areas():
176
async_dispatcher_send(hass, EVENT_NEW_PRICE)
177
else:
178
- _LOGGER.info(
+ _LOGGER.error(
179
"Nordpool data not available at %s, trying again later",
180
tdo,
181
)
@@ -184,7 +184,7 @@ async def new_data_cb(tdo):
184
cb_update_tomorrow = async_track_time_change_in_tz(
185
hass,
186
new_data_cb,
187
- hour=13,
+ hour=11,
188
minute=RANDOM_MINUTE,
189
second=RANDOM_SECOND,
190
tz=timezone("Europe/Stockholm"),
0 commit comments