Fix error in tibber while fetching latest statistics (#93998)

This commit is contained in:
tronikos 2023-06-03 06:25:39 -07:00 committed by GitHub
parent 038b0e6d23
commit faacf1658f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: