From 5accd4b0d86371ac0807c29aaa95a5baa29ce169 Mon Sep 17 00:00:00 2001 From: phfix <35774904+phfix@users.noreply.github.com> Date: Thu, 25 Jan 2018 18:42:55 +0100 Subject: [PATCH] Explain that the config: is needed in the configuration.yaml (#4508) * Explain that the config: is needed in the configuration.yaml * Fix typos --- source/_docs/automation/editor.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index 8db389733c4..b0f16e14450 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -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