mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
fab0c75104
commit
5accd4b0d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user