mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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,
|
||||
target_id,
|
||||
True,
|
||||
{},
|
||||
set(),
|
||||
)
|
||||
if not last_target_stat:
|
||||
need_migration_source_ids.add(source_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user