We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978c118 commit b975764Copy full SHA for b975764
source/_cookbook/automation_sun.markdown
@@ -89,7 +89,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s
89
trigger:
90
platform: numeric_state
91
entity_id: sun.sun
92
- value_template: '{% raw %}{{ state.attributes.elevation }}{% end raw %}'
+ value_template: '{% raw %}{{ state.attributes.elevation }}{% endraw %}'
93
below: 1.5
94
action:
95
service: scene.turn_on
0 commit comments