From 097c3c63c030e237adf781020547c7af734488c6 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 2 Nov 2025 23:37:19 +0000 Subject: [PATCH] fix --- custom_components/tibber_prices/coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tibber_prices/coordinator.py b/custom_components/tibber_prices/coordinator.py index 7793c67..00df7a2 100644 --- a/custom_components/tibber_prices/coordinator.py +++ b/custom_components/tibber_prices/coordinator.py @@ -106,7 +106,7 @@ class TibberPricesDataUpdateCoordinator(DataUpdateCoordinator[dict[str, Any]]): # Cancel any existing timer if self._quarter_hour_timer_handle: - self._quarter_hour_timer_handle() + self._quarter_hour_timer_handle.cancel() # Schedule the refresh self._quarter_hour_timer_handle = self.hass.loop.call_at(