Migrate life360 to use async_forward_entry_setups (#86571)
This commit is contained in:
parent
2c9e8ad475
commit
a4c52567a7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||
hass.data[DOMAIN].coordinators[entry.entry_id] = coordinator
|
||||
|
||||
# Set up components for our platforms.
|
||||
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
|
||||
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue