mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix adding multiple devices simultaneously to devolo Home Network's device tracker (#129082)
This commit is contained in:
parent
fe1d8b137e
commit
08eafc54e6
@ -51,7 +51,7 @@ async def async_setup_entry(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
tracked.add(station.mac_address)
|
tracked.add(station.mac_address)
|
||||||
async_add_entities(new_entities)
|
async_add_entities(new_entities)
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def restore_entities() -> None:
|
def restore_entities() -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user