Fix adding multiple devices simultaneously to devolo Home Network's device tracker (#129082)

This commit is contained in:
Guido Schmitz
2024-10-24 20:10:06 +02:00
committed by GitHub
parent fe1d8b137e
commit 08eafc54e6

View File

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