Update condition (#10239)

condition: numeric state => condition: numeric_state
This commit is contained in:
vocweb 2019-08-27 17:05:57 +09:00 committed by Klaas Schoute
parent 9ad86f82aa
commit e70eeb83d3

View File

@ -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