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 b86d71b commit c3fa022Copy full SHA for c3fa022
custom_components/battery_notes/library_updater.py
@@ -63,7 +63,7 @@ def __init__(self, hass: HomeAssistant):
63
self._client = LibraryUpdaterClient(session=async_get_clientsession(hass))
64
65
# Fire the library check every 24 hours from just before now
66
- refresh_time = dt_util.utcnow - timedelta(hours=0, minutes=1)
+ refresh_time = dt_util.utcnow() - timedelta(hours=0, minutes=1)
67
async_track_utc_time_change(
68
hass,
69
self.timer_update,
0 commit comments