diff --git a/source/_docs/automation.markdown b/source/_docs/automation.markdown index fdd1526a7f5..2c21c495286 100644 --- a/source/_docs/automation.markdown +++ b/source/_docs/automation.markdown @@ -49,9 +49,9 @@ Actions are all about calling services. To explore the available services open t ### {% linkable_title Automation initial state %} -If you always want your automations to be enabled or disabled upon Home Assistant restart, then you have to set an initial state in your automations. Otherwise the previous state will be restored. +When you create a new automation, it will be disabled (and therefore won't trigger) unless you explicitly add `initial_state: true` to it or turn it on manually via UI/another automation/developer tools. -If an automation is disabled (turned off) then it will never trigger. Only automations that are enabled (turned on) will trigger. +In case automations need to be enabled or disabled upon Home Assistant restart, then you have to set the `initial_state` in your automations. Otherwise, the previous state will be restored. Please note that if for some reason Home Assistant cannot restore the previous state, e.g., because of an interrupted or failed startup, it will result in the automation being disabled on the next Home Assistant startup. ```text automation: