mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Update condition (#10239)
condition: numeric state => condition: numeric_state
This commit is contained in:
parent
9ad86f82aa
commit
e70eeb83d3
@ -87,7 +87,7 @@ For example, the below automation will be triggered when the sun goes from below
|
|||||||
from: below_horizon
|
from: below_horizon
|
||||||
to: above_horizon
|
to: above_horizon
|
||||||
condition:
|
condition:
|
||||||
- condition: numeric state
|
- condition: numeric_state
|
||||||
entity_id: sensor.temperature
|
entity_id: sensor.temperature
|
||||||
above: 17
|
above: 17
|
||||||
below: 25
|
below: 25
|
||||||
|
Loading…
x
Reference in New Issue
Block a user