From eab1207db0b21c1b32fdfe091f4ae3fe5b6eef65 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 5 Feb 2017 12:20:14 +0100 Subject: [PATCH] Update templating.markdown Fix formatting to be inline with rest of document. --- source/_topics/templating.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_topics/templating.markdown b/source/_topics/templating.markdown index 58731bef6f3..cb87e480e17 100644 --- a/source/_topics/templating.markdown +++ b/source/_topics/templating.markdown @@ -22,13 +22,14 @@ Templating is a powerful feature in Home Assistant that allows the user control - Formatting outgoing messages in, for example, the [notify] and [alexa] components. - Process incoming data from sources that provide raw data, like [MQTT], [REST sensor], or the [command line sensor]. -- [Advanced Automation templating](https://home-assistant.io/getting-started/automation-templating/) +- [Advanced Automation templating]auto-template] [notify]: /components/notify/ [alexa]: /components/alexa/ [MQTT]: /components/mqtt/ [REST sensor]: /components/sensor.rest/ [command line sensor]: /components/sensor.command_line/ +[auto-template]: /getting-started/automation-templating/ ## {% linkable_title Building templates %}