From 90a1530bf331c72c7e2ce3d43ed56bd353ecdd87 Mon Sep 17 00:00:00 2001 From: jonwaland <33437424+jonwaland@users.noreply.github.com> Date: Mon, 22 Mar 2021 23:54:27 +1100 Subject: [PATCH] Update editor.markdown (#16909) --- source/_docs/automation/editor.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index a4f8cab57a0..e19c4423f09 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -31,3 +31,7 @@ message: Sensor value greater than 10 Automation created or edited via the user interface, are activated immediately after save the automation. + +## Troubleshooting missing automations + +When you're creating automations using the GUI and they don't appear in the UI, make sure that you add back `automation: !include automations.yaml` from the default configuration to your `configuration.yaml`.