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.

This commit is contained in:
Carlo Costanzo
2025-12-04 16:25:45 -05:00
parent fe4b9ac1c9
commit e83e957ab5
3 changed files with 11 additions and 12 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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