Skip to content

Commit b975764

Browse files
authored
Minor raw tag fix
Remove obsolete space to properly close raw tags
1 parent 978c118 commit b975764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_cookbook/automation_sun.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s
8989
trigger:
9090
platform: numeric_state
9191
entity_id: sun.sun
92-
value_template: '{% raw %}{{ state.attributes.elevation }}{% end raw %}'
92+
value_template: '{% raw %}{{ state.attributes.elevation }}{% endraw %}'
9393
below: 1.5
9494
action:
9595
service: scene.turn_on

0 commit comments

Comments
 (0)