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

View File

@@ -149,7 +149,7 @@ async def async_setup_entry(hass, entry):
) )
elif component in hass.data[DOMAIN]["pending"]: elif component in hass.data[DOMAIN]["pending"]:
hass.data[DOMAIN]["pending"].append(device) hass.data[DOMAIN]["pending"][component].append(device)
else: else:
async_dispatcher_send( async_dispatcher_send(