From 1d78dcb0dca70f533fea0333e339e566b8035bd3 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sun, 28 Dec 2025 17:09:01 -0500 Subject: [PATCH] Enhance automation configurations by updating the Good Night and Sunset routines with additional comments for clarity and adding 'switch.office_accent' to both routines and the interior switches group. --- .../automation/Timed_Triggers/sunset_turn_on.yaml | 13 +++++++++---- config/automation/good_night.yaml | 9 ++++++++- config/group/switches.yaml | 1 + 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index 3e8aed31..1e7ffa2d 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -1,8 +1,12 @@ -################################### -## Sunrise and Sunset stuff -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -################################### +# ------------------------------------------------------------------- +# Sunset Trigger - evening lighting kickoff +# Turns on interior/exterior accents around sunset with safety checks. +# ------------------------------------------------------------------- +###################################################################### - alias: 'Sunset Stuff on' id: d0db568c-0aa2-42cc-b5be-ba546e39b639 @@ -49,6 +53,7 @@ - switch.foyer_outlet - switch.den_outlet - switch.front_office_lamp + - switch.office_accent - switch.living_room_outlet - switch.living_room_tv_outlet - service: light.turn_on diff --git a/config/automation/good_night.yaml b/config/automation/good_night.yaml index b1566ee7..fe43fefa 100755 --- a/config/automation/good_night.yaml +++ b/config/automation/good_night.yaml @@ -1,5 +1,11 @@ ###################################################################### -## Good night Routine +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Good Night Routine - bedtime shutdown and bed presence actions +# Powers down interior accents when the household is in bed. +# ------------------------------------------------------------------- ###################################################################### - alias: 'Good Night Trigger' @@ -88,6 +94,7 @@ target: entity_id: - switch.kitchen_accent_2 + - switch.office_accent - light.outdoor_bathroom - group.master_bathroom_accents - group.landscaping diff --git a/config/group/switches.yaml b/config/group/switches.yaml index 6059fb5f..0b20e76e 100755 --- a/config/group/switches.yaml +++ b/config/group/switches.yaml @@ -19,6 +19,7 @@ Interior Switches: - switch.den_outlet - switch.living_room_outlet - switch.living_room_tv_outlet + - switch.office_accent - switch.office_lamp_switch - switch.front_office_lamp