mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Handle somfy error 404 during setup (#41298)
This commit is contained in:
parent
8bcd6c1880
commit
61f919b18c
@ -89,6 +89,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry):
|
|||||||
)
|
)
|
||||||
|
|
||||||
hass.data[DOMAIN][API] = api.ConfigEntrySomfyApi(hass, entry, implementation)
|
hass.data[DOMAIN][API] = api.ConfigEntrySomfyApi(hass, entry, implementation)
|
||||||
|
hass.data[DOMAIN][DEVICES] = []
|
||||||
|
|
||||||
await update_all_devices(hass)
|
await update_all_devices(hass)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user