mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Minor raw tag fix
Remove obsolete space to properly close raw tags
This commit is contained in:
parent
978c1180ec
commit
b975764bc7
@ -89,7 +89,7 @@ Solar elevation automations can cope with offsets from sunset / sunrise as the s
|
|||||||
trigger:
|
trigger:
|
||||||
platform: numeric_state
|
platform: numeric_state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
value_template: '{% raw %}{{ state.attributes.elevation }}{% end raw %}'
|
value_template: '{% raw %}{{ state.attributes.elevation }}{% endraw %}'
|
||||||
below: 1.5
|
below: 1.5
|
||||||
action:
|
action:
|
||||||
service: scene.turn_on
|
service: scene.turn_on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user