diff --git a/homeassistant/components/template/coordinator.py b/homeassistant/components/template/coordinator.py index e0beaead2fe..4e86d629990 100644 --- a/homeassistant/components/template/coordinator.py +++ b/homeassistant/components/template/coordinator.py @@ -47,7 +47,7 @@ class TriggerUpdateCoordinator(DataUpdateCoordinator): await self._attach_triggers() else: self._unsub_start = self.hass.bus.async_listen_once( - EVENT_HOMEASSISTANT_START, self._attach_triggers + EVENT_HOMEASSISTANT_START, self._attach_triggers, run_immediately=True ) for platform_domain in PLATFORMS: