Add link from using blueprint to creating blueprint (#17467)

* Add link from using blueprint to creating blueprint

* Update source/_docs/automation/using_blueprints.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Franck Nijhof 2021-04-16 12:58:28 +02:00 committed by GitHub
parent bcdd7c7f34
commit a764f28b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,13 @@ The Home Assistant Community forums have a specific tag for blueprints. This tag
[blueprint-forums]: /get-blueprints
## Creating new blueprints
Using blueprints is nice and easy, but what if you could create that one missing
blueprint that our community definitely needs?
Learn more about blueprint by [reading our tutorial on creating a blueprint](/docs/blueprint/tutorial/).
## 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`.