Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arto Jantunen committed Jul 6, 2023
1 parent b0d4760 commit 9b47c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/nordpool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def new_data_cb(tdo):
if api.tomorrow_valid_all_areas():
async_dispatcher_send(hass, EVENT_NEW_PRICE)
else:
_LOGGER.info(
_LOGGER.error(
"Nordpool data not available at %s, trying again later",
tdo,
)
Expand All @@ -184,7 +184,7 @@ async def new_data_cb(tdo):
cb_update_tomorrow = async_track_time_change_in_tz(
hass,
new_data_cb,
hour=13,
hour=11,
minute=RANDOM_MINUTE,
second=RANDOM_SECOND,
tz=timezone("Europe/Stockholm"),
Expand Down

0 comments on commit 9b47c04

Please sign in to comment.