✏️ Language tweak

This commit is contained in:
Franck Nijhof 2019-06-08 22:48:40 +02:00
parent de2a2e28a6
commit 0310b23c25
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -49,7 +49,7 @@ Actions are all about calling services. To explore the available services open t
### {% linkable_title Automation initial state %}
When you create a new automation, it will be enabled unless you explicitly add `initial_state: false` to it or turn it off manually via UI/another automation/developer tools. In case automations need to be always enabled or disabled upon Home Assistant start, then you can set the `initial_state` in your automations. Otherwise, the previous state will be restored.
When you create a new automation, it will be enabled unless you explicitly add `initial_state: false` to it or turn it off manually via UI/another automation/developer tools. In case automations need to be always enabled or disabled when Home Assistant starts, then you can 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, it will result in the automation being enabled.