Fix when you have two wemo devices (#31139)
This commit is contained in:
parent
c0bc4bb550
commit
f4626375f3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue