Update automation_flashing_lights.markdown (#590)
This commit is contained in:
parent
8dc0c9373f
commit
a833efa18a
1 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,10 @@ automation:
|
|||
entity_id: binary_sensor.PIR1
|
||||
state: 'on'
|
||||
condition:
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: switch.AlmAct1
|
||||
state: 'on'
|
||||
- platform: state
|
||||
- condition: state
|
||||
entity_id: script.alarm_room1
|
||||
state: 'off'
|
||||
action:
|
||||
|
@ -52,7 +52,7 @@ automation:
|
|||
entity_id: switch.REL1
|
||||
state: 'off'
|
||||
condition:
|
||||
platform: state
|
||||
condition: state
|
||||
entity_id: switch.AlmSnd1
|
||||
state: 'off'
|
||||
action:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue