We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfc880 commit a8579fbCopy full SHA for a8579fb
custom_components/daikin_onecta/__init__.py
@@ -57,7 +57,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
57
58
config_entry.async_on_unload(config_entry.add_update_listener(update_listener))
59
60
- hass.async_create_task(hass.config_entries.async_forward_entry_setups(config_entry, COMPONENT_TYPES))
+ await hass.config_entries.async_forward_entry_setups(config_entry, COMPONENT_TYPES)
61
62
return True
63
0 commit comments