From e83e957ab5222e2ae3d31682d8e23ac5a227418e Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Thu, 4 Dec 2025 16:25:45 -0500 Subject: [PATCH] Refactor light configuration in living_room_color_defaults.yaml for improved clarity. Update YouTube package comments for better documentation. Simplify rgb_color definition in monthly_colors.yaml by removing unnecessary anchor reference. --- config/automation/living_room_color_defaults.yaml | 10 +++++----- config/packages/youtube.yaml | 11 +++++------ config/scene/monthly_colors.yaml | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/config/automation/living_room_color_defaults.yaml b/config/automation/living_room_color_defaults.yaml index 5fa43708..d97b56d4 100644 --- a/config/automation/living_room_color_defaults.yaml +++ b/config/automation/living_room_color_defaults.yaml @@ -71,11 +71,11 @@ state: 'above_horizon' sequence: - service: light.turn_on - target: - entity_id: light.living_room_lights - data: - color_temp_kelvin: 5500 - brightness: 255 + target: + entity_id: light.living_room_lights + data: + color_temp_kelvin: 5500 + brightness: 255 - service: light.turn_on target: entity_id: light.living_room_accents diff --git a/config/packages/youtube.yaml b/config/packages/youtube.yaml index 5fc3ad46..d1da8161 100755 --- a/config/packages/youtube.yaml +++ b/config/packages/youtube.yaml @@ -1,11 +1,10 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- # YouTube Channel - Track vCloudInfo channel stats via YouTube sensor. -#------------------------------------------- -###################################################################### -## Channel metrics for @vCloudInfo/CCOSTAN. -###################################################################### +# ------------------------------------------------------------------- # Based on Pinkywafer's package: https://github.com/pinkywafer/Home-Assistant_Config/blob/master/packages/youtube/vcloudinfo.yaml # Issue reference: https://github.com/CCOSTAN/Home-AssistantConfig/issues/720 sensor: diff --git a/config/scene/monthly_colors.yaml b/config/scene/monthly_colors.yaml index 76b41a0f..c6fcd6c3 100755 --- a/config/scene/monthly_colors.yaml +++ b/config/scene/monthly_colors.yaml @@ -116,7 +116,7 @@ rgb_color: &yellow [255,255,0] light.outdoor_sconce_1: state: 'on' - rgb_color: &bubble_gum [255,193,204] + rgb_color: [255,193,204] #bubble_gum light.outdoor_sconce_2: state: 'on' rgb_color: *lavender