mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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:
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user