mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
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
@ -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…
x
Reference in New Issue
Block a user