Fixed issue where driveway lights didnt go off when garage door closed...

This commit is contained in:
Jeffrey Stone 2020-08-21 23:52:00 -04:00
parent c5b6cb5a4d
commit f8d14dfa84
1 changed files with 2 additions and 2 deletions

View File

@ -141,10 +141,10 @@ driveway_off:
- delay:
seconds: 120
- condition: state
entity_id: binary_sensor.side_door_contact
entity_id: binary_sensor.side_door
state: 'off'
- condition: state
entity_id: binary_sensor.garage_door_contact
entity_id: binary_sensor.garage_door
state: 'off'
- service: switch.turn_off
entity_id: switch.driveway_light