Skip to content

Commit a8579fb

Browse files
jwillemsenbrefra
andauthored
Update custom_components/daikin_onecta/__init__.py
Co-authored-by: Frank <[email protected]> Signed-off-by: Johnny Willemsen <[email protected]>
1 parent fcfc880 commit a8579fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/daikin_onecta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
5757

5858
config_entry.async_on_unload(config_entry.add_update_listener(update_listener))
5959

60-
hass.async_create_task(hass.config_entries.async_forward_entry_setups(config_entry, COMPONENT_TYPES))
60+
await hass.config_entries.async_forward_entry_setups(config_entry, COMPONENT_TYPES)
6161

6262
return True
6363

0 commit comments

Comments
 (0)