diff --git a/custom_components/intellicenter/__init__.py b/custom_components/intellicenter/__init__.py index 6ca23df..079a637 100644 --- a/custom_components/intellicenter/__init__.py +++ b/custom_components/intellicenter/__init__.py @@ -112,10 +112,7 @@ def started(self, controller): async def setup_platforms(): """Set up platforms.""" - await asyncio.gather( - hass.config_entries.async_forward_entry_setups(entry, PLATFORMS) - ) - # dispatcher.async_dispatcher_send(hass, self.CONNECTION_SIGNAL, True) + hass.config_entries.async_forward_entry_setups(entry, PLATFORMS) hass.async_create_task(setup_platforms()) @callback