From 7a3ae01e4b48e0def733bd6436befc5d8971ea32 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Thu, 23 Jul 2026 22:12:03 +0000 Subject: [PATCH] automations.yaml --- automations.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/automations.yaml b/automations.yaml index 395a7ec..9765faf 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2253,6 +2253,14 @@ - 5 - 245 - 45 + - alias: "--- WORK DAY ENDED: CLEAR LIGHT ---" + conditions: + - condition: template + value_template: "{{ trigger.id == 'work_day_ended' }}" + sequence: + - action: light.turn_off + target: + entity_id: light.night_light - alias: "--- AFTER HOURS / AWAY: MOTION DETECTED ---" conditions: - condition: template