mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix deCONZ retry mechanism for setup
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user