Update link to the blueprints category. (#15874)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paulus Schoutsen 2020-12-10 12:00:56 +01:00 committed by GitHub
parent 97dcdd3dd7
commit 7fd33e9c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
---
title: "Using Automation Blueprints"
description: "How to crete automations based off blueprints."
description: "How to create automations based off blueprints."
---
Automation blueprints are pre-made automations that you can easily add to your Home Assistant instance. Each blueprint can be added as many times as you want.
Quick links:
- [Blueprints in the Home Assistant forums][blueprint-tag]
- [Blueprints in the Home Assistant forums][blueprint-forums]
## Blueprint Automations
@ -22,7 +22,7 @@ Done! If you want to revisit the configuration values, you can find it by going
Home Assistant can import blueprints from the Home Assistant forums, GitHub and GitHub gists.
To do this, first [find a blueprint you want to import][blueprint-tag]. If you just want to practice importing, you can use this URL:
To do this, first [find a blueprint you want to import][blueprint-forums]. If you just want to practice importing, you can use this URL:
```text
https://github.com/home-assistant/core/blob/dev/homeassistant/components/automation/blueprints/motion_light.yaml
@ -40,6 +40,6 @@ The blueprint can now be used for creating automations.
The Home Assistant Community forums have a specific tag for blueprints. This tag is used to collect all blueprints.
[Visit the Home Assistant forums][blueprint-tag]
[Visit the Home Assistant forums][blueprint-forums]
[blueprint-tag]: https://community.home-assistant.io/tag/blueprint
[blueprint-forums]: https://community.home-assistant.io/c/blueprints/53

View File

@ -177,7 +177,7 @@ action:
```
Additional examples, provided by the community, can be found on the
[community forum][blueprint-tag].
[community forum][blueprint-forums].
[blueprint-built-in]: https://github.com/home-assistant/core/tree/dev/homeassistant/components/automation/blueprints
[blueprint-tag]: https://community.home-assistant.io/tag/blueprint
[blueprint-forums]: https://community.home-assistant.io/c/blueprints/53