From f7f0aadf21ef9b9d66b0c9051345f66d9e73359a Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 27 Aug 2022 15:37:27 -0700 Subject: [PATCH] Update Lighting Package --- packages/lighting/lighting.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/lighting/lighting.yaml b/packages/lighting/lighting.yaml index 5acc791..d2f2be3 100644 --- a/packages/lighting/lighting.yaml +++ b/packages/lighting/lighting.yaml @@ -293,7 +293,7 @@ automation: entity_id: scene.jen_nightstand_high # Automations for Presence Changes - - alias: Turn On Porch Light after Chorale + - alias: Turn On Porch Light when Arriving Home at Night trigger: - platform: zone entity_id: person.jpk @@ -307,6 +307,12 @@ automation: entity_id: person.jpk zone: zone.chorale_rehearsal_alt event: leave + - platform: numeric_state + entity_id: proximity.jen + below: 10 + - platform: numeric_state + entity_id: proximity.jpk + below: 10 condition: - condition: state alias: "Sun down"