From 6296f4b837fa6e37d4b306cca440d25c035491ed Mon Sep 17 00:00:00 2001 From: jonwaland <33437424+jonwaland@users.noreply.github.com> Date: Fri, 19 Mar 2021 14:37:06 +1100 Subject: [PATCH] Update using_blueprints.markdown (#16910) Co-authored-by: Paulus Schoutsen --- source/_docs/automation/using_blueprints.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/automation/using_blueprints.markdown b/source/_docs/automation/using_blueprints.markdown index a17617bacd1..61db6a92a1b 100644 --- a/source/_docs/automation/using_blueprints.markdown +++ b/source/_docs/automation/using_blueprints.markdown @@ -44,3 +44,7 @@ The Home Assistant Community forums have a specific tag for blueprints. This tag [Visit the Home Assistant forums][blueprint-forums] [blueprint-forums]: /get-blueprints + +## Troubleshooting missing automations + +When you're creating automations using blueprints 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`.