mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix adding multiple devices simultaneously to devolo Home Network's device tracker (#129082)
This commit is contained in:
committed by
Franck Nijhof
parent
60c3e701e9
commit
a5a8cfa17d
@@ -51,7 +51,7 @@ async def async_setup_entry(
|
||||
)
|
||||
)
|
||||
tracked.add(station.mac_address)
|
||||
async_add_entities(new_entities)
|
||||
async_add_entities(new_entities)
|
||||
|
||||
@callback
|
||||
def restore_entities() -> None:
|
||||
|
Reference in New Issue
Block a user