mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
a1de0cd920
commit
07ee743baa
@ -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