mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Missing a bracket in one of the examples (#5526)
This commit is contained in:
parent
5841601cb0
commit
e622fc127d
@ -134,7 +134,7 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
platform: numeric_state
|
platform: numeric_state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
value_template: "{{ state.attributes.elevation }"
|
value_template: "{{ state.attributes.elevation }}"
|
||||||
# Can be a positive or negative number
|
# Can be a positive or negative number
|
||||||
below: -4.0
|
below: -4.0
|
||||||
action:
|
action:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user