mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Switch back to create task for Neato (#37913)
This commit is contained in:
parent
1dd5a36f5c
commit
6ad794e1f8
@ -108,7 +108,7 @@ async def async_setup_entry(hass, entry):
|
||||
hass.data[NEATO_LOGIN] = hub
|
||||
|
||||
for component in ("camera", "vacuum", "switch", "sensor"):
|
||||
hass.async_add_job(
|
||||
hass.async_create_task(
|
||||
hass.config_entries.async_forward_entry_setup(entry, component)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user