mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
fix
This commit is contained in:
parent
1b452b72fb
commit
097c3c63c0
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class TibberPricesDataUpdateCoordinator(DataUpdateCoordinator[dict[str, Any]]):
|
||||||
|
|
||||||
# Cancel any existing timer
|
# Cancel any existing timer
|
||||||
if self._quarter_hour_timer_handle:
|
if self._quarter_hour_timer_handle:
|
||||||
self._quarter_hour_timer_handle()
|
self._quarter_hour_timer_handle.cancel()
|
||||||
|
|
||||||
# Schedule the refresh
|
# Schedule the refresh
|
||||||
self._quarter_hour_timer_handle = self.hass.loop.call_at(
|
self._quarter_hour_timer_handle = self.hass.loop.call_at(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue