Explain that the config: is needed in the configuration.yaml (#4508)

* Explain that the config: is needed in the configuration.yaml

* Fix typos
This commit is contained in:
phfix 2018-01-25 18:42:55 +01:00 committed by Fabian Affolter
parent fab0c75104
commit 5accd4b0d8

View File

@ -43,6 +43,13 @@ Don't forget to save your new automation rule. In order for your saved automatio
## {% linkable_title Updating your configuration to use the editor %}
First check that you have activated the configuration editor.
```yaml
# Activate the configuration editor
config:
```
The automation editor reads and writes to the file `automations.yaml` in your [configuration](/docs/configuration/) folder. Make sure that you have set up the automation component to read from it:
```yaml