mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Pass empty set instead of empty dict to get_last_statistics (#144022)
This commit is contained in:
parent
a906a1754e
commit
abd17d9af9
@ -349,7 +349,7 @@ class OpowerCoordinator(DataUpdateCoordinator[dict[str, Forecast]]):
|
|||||||
1,
|
1,
|
||||||
target_id,
|
target_id,
|
||||||
True,
|
True,
|
||||||
{},
|
set(),
|
||||||
)
|
)
|
||||||
if not last_target_stat:
|
if not last_target_stat:
|
||||||
need_migration_source_ids.add(source_id)
|
need_migration_source_ids.add(source_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user