diff --git a/custom_components/hon/__init__.py b/custom_components/hon/__init__.py index 1e38a2d..899934e 100644 --- a/custom_components/hon/__init__.py +++ b/custom_components/hon/__init__.py @@ -55,7 +55,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool for platform in PLATFORMS: hass.async_create_task( - hass.config_entries.async_forward_entry_setup(entry, platform) + hass.config_entries.async_forward_entry_setups(entry, [platform]) ) return True