From faacf1658fba939b1f10731917f0caa9eaff2390 Mon Sep 17 00:00:00 2001 From: tronikos Date: Sat, 3 Jun 2023 06:25:39 -0700 Subject: [PATCH] Fix error in tibber while fetching latest statistics (#93998) --- 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 a2f1db7536f..242c2179a05 100644 --- a/homeassistant/components/tibber/sensor.py +++ b/homeassistant/components/tibber/sensor.py @@ -606,7 +606,7 @@ class TibberDataCoordinator(DataUpdateCoordinator[None]): ) last_stats = await get_instance(self.hass).async_add_executor_job( - get_last_statistics, self.hass, 1, statistic_id, True, {} + get_last_statistics, self.hass, 1, statistic_id, True, set() ) if not last_stats: