From f8d14dfa84d50655f2f74bd74cf57539beaff4a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Fri, 21 Aug 2020 23:52:00 -0400 Subject: [PATCH] Fixed issue where driveway lights didnt go off when garage door closed... --- config/scripts/general.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/scripts/general.yaml b/config/scripts/general.yaml index 63541c2..ad00a4d 100755 --- a/config/scripts/general.yaml +++ b/config/scripts/general.yaml @@ -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