mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Fix when you have two wemo devices (#31139)
This commit is contained in:
parent
c0bc4bb550
commit
f4626375f3
@ -149,7 +149,7 @@ async def async_setup_entry(hass, entry):
|
||||
)
|
||||
|
||||
elif component in hass.data[DOMAIN]["pending"]:
|
||||
hass.data[DOMAIN]["pending"].append(device)
|
||||
hass.data[DOMAIN]["pending"][component].append(device)
|
||||
|
||||
else:
|
||||
async_dispatcher_send(
|
||||
|
Loading…
x
Reference in New Issue
Block a user