Updated Light logic for hallway lights.
This commit is contained in:
parent
c4c87444d2
commit
e1090c46a5
|
@ -33,10 +33,10 @@
|
|||
condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.mcu1_gpio12
|
||||
to: 'off'
|
||||
- conditon: state
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: binary_sensor.kitchen_door_opened
|
||||
to: 'off'
|
||||
state: 'off'
|
||||
|
||||
action:
|
||||
service: light.turn_off
|
||||
|
|
Loading…
Reference in New Issue