From 8feb6c7e061af9dedbfb6c8e1b340bd2ac855ddc Mon Sep 17 00:00:00 2001 From: rd-blue <170836573+rd-blue@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:58:38 +0100 Subject: [PATCH] Correction of prices update time in Tibber integration (with CLA now) (#131861) correction of prices update time --- homeassistant/components/tibber/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tibber/sensor.py b/homeassistant/components/tibber/sensor.py index 125dc8eae6f..c1ec7bf2a9e 100644 --- a/homeassistant/components/tibber/sensor.py +++ b/homeassistant/components/tibber/sensor.py @@ -397,7 +397,7 @@ class TibberSensorElPrice(TibberSensor): if ( not self._tibber_home.last_data_timestamp or (self._tibber_home.last_data_timestamp - now).total_seconds() - < 11 * 3600 + self._spread_load_constant + < 10 * 3600 - self._spread_load_constant or not self.available ): _LOGGER.debug("Asking for new data")