Fix deCONZ retry mechanism for setup

This commit is contained in:
Robert Svensson 2019-02-27 21:04:55 +01:00 committed by GitHub
parent b87eb9d79e
commit 2482816a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,11 +68,11 @@ async def async_setup_entry(hass, config_entry):
gateway = DeconzGateway(hass, config_entry)
hass.data[DOMAIN] = gateway
if not await gateway.async_setup():
return False
hass.data[DOMAIN] = gateway
device_registry = await \
hass.helpers.device_registry.async_get_registry()
device_registry.async_get_or_create(