Updates alarm_control_panel Example (#1688)
The example was out of date using 'platform: state' in the condition, instead of 'condition: state'
This commit is contained in:
parent
73a8a3e883
commit
2a7fb42ae1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ automation:
|
|||
entity_id: sensor.window
|
||||
state: 'open'
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: alarm_control_panel.ha_alarm
|
||||
state: armed_away
|
||||
action:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue