1
0
Fork 0

Fix kitchen lights off

This commit is contained in:
Przemek Grondek 2022-04-13 21:28:01 +02:00
parent 4c769240fa
commit 8729261f6f

View file

@ -115,10 +115,12 @@
entity_id: binary_sensor.kitchen_motion_sensor
state: 'off'
for: '0:02:00'
- condition: state
entity_id: binary_sensor.kitchen_worktop_accelerometer
state: 'off'
for: '0:02:00'
- condition: not
conditions:
- condition: state
entity_id: binary_sensor.kitchen_worktop_accelerometer
state: 'off'
for: '0:02:00'
action:
- service: light.turn_off
entity_id: light.kitchen_lights