Fix when you have two wemo devices (#31139)

This commit is contained in:
Paulus Schoutsen 2020-01-24 14:59:54 -08:00 committed by GitHub
parent c0bc4bb550
commit f4626375f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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