mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix regression in Skybell (#92735)
This commit is contained in:
@@ -52,7 +52,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
for coordinator in device_coordinators
|
||||
]
|
||||
)
|
||||
hass.data[DOMAIN][entry.entry_id] = device_coordinators
|
||||
hass.data.setdefault(DOMAIN, {})[entry.entry_id] = device_coordinators
|
||||
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
|
||||
|
||||
return True
|
||||
|
Reference in New Issue
Block a user