Fixed issue where driveway lights didnt go off when garage door closed...
This commit is contained in:
parent
c5b6cb5a4d
commit
f8d14dfa84
|
@ -141,10 +141,10 @@ driveway_off:
|
||||||
- delay:
|
- delay:
|
||||||
seconds: 120
|
seconds: 120
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.side_door_contact
|
entity_id: binary_sensor.side_door
|
||||||
state: 'off'
|
state: 'off'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.garage_door_contact
|
entity_id: binary_sensor.garage_door
|
||||||
state: 'off'
|
state: 'off'
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.driveway_light
|
entity_id: switch.driveway_light
|
||||||
|
|
Loading…
Reference in New Issue