mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +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 %}
|
## {% 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:
|
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
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user