From b975764bc78857c332cfdf4af7c6c37d59dede10 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 24 Oct 2016 17:05:59 +0200 Subject: [PATCH] Minor raw tag fix Remove obsolete space to properly close raw tags --- source/_cookbook/automation_sun.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/automation_sun.markdown b/source/_cookbook/automation_sun.markdown index fff78fb29ab..550904ebb99 100644 --- a/source/_cookbook/automation_sun.markdown +++ b/source/_cookbook/automation_sun.markdown @@ -89,7 +89,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s trigger: platform: numeric_state entity_id: sun.sun - value_template: '{% raw %}{{ state.attributes.elevation }}{% end raw %}' + value_template: '{% raw %}{{ state.attributes.elevation }}{% endraw %}' below: 1.5 action: service: scene.turn_on