From 449d1c38196b2d88453933a8534a0115ab824730 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 5 Feb 2021 11:25:53 +0100 Subject: [PATCH] Add link from blueprint tutorial (#16424) Co-authored-by: Franck Nijhof --- source/_docs/blueprint/tutorial.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/blueprint/tutorial.markdown b/source/_docs/blueprint/tutorial.markdown index 53727ee8753..ec95e596db2 100644 --- a/source/_docs/blueprint/tutorial.markdown +++ b/source/_docs/blueprint/tutorial.markdown @@ -54,7 +54,7 @@ blueprint: Now we have to decide what steps we want to make configurable. We want to make it as re-usable as possible, without losing its original intent of turning on a light-based on a motion sensor. -Configurable parts in blueprints are called inputs. To make the motion sensor entity configurable, we're replacing the entity ID with a custom YAML tag `!input`. This YAML tag has to be combined with the name of the input: +Configurable parts in blueprints are called [inputs](/docs/blueprint/schema/#blueprint-inputs). To make the motion sensor entity configurable, we're replacing the entity ID with a custom YAML tag `!input`. This YAML tag has to be combined with the name of the input: ```yaml trigger: