From e622fc127dfc6e0137709f1733d2a63078fcfe9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 11 Jun 2018 15:30:59 +0200 Subject: [PATCH] Missing a bracket in one of the examples (#5526) --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 124ef453aa4..edccbd457b8 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -134,7 +134,7 @@ automation: trigger: platform: numeric_state entity_id: sun.sun - value_template: "{{ state.attributes.elevation }" + value_template: "{{ state.attributes.elevation }}" # Can be a positive or negative number below: -4.0 action: