Wait for config entry platform forwards (#73806)
This commit is contained in:
parent
3a5cca3ff2
commit
cd03c49fc2
386 changed files with 528 additions and 557 deletions
|
@ -438,7 +438,7 @@ async def async_setup_entry( # noqa: C901
|
|||
blocking=False,
|
||||
)
|
||||
|
||||
hass.async_create_task(async_forward_entry_setup_and_setup_discovery(entry))
|
||||
await async_forward_entry_setup_and_setup_discovery(entry)
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue