diff --git a/homeassistant/helpers/entity_component.py b/homeassistant/helpers/entity_component.py index d748cf5ed86..389dd69900a 100644 --- a/homeassistant/helpers/entity_component.py +++ b/homeassistant/helpers/entity_component.py @@ -147,6 +147,7 @@ class EntityComponent(Generic[_EntityT]): self.hass.async_create_task( self.async_setup_platform(p_type, p_config), f"EntityComponent setup platform {p_type} {self.domain}", + eager_start=True, ) # Generic discovery listener for loading platform dynamically