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

@@ -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 # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# YouTube Channel - Track vCloudInfo channel stats via YouTube sensor. # 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 # 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 # Issue reference: https://github.com/CCOSTAN/Home-AssistantConfig/issues/720
sensor: sensor:

View File

@@ -116,7 +116,7 @@
rgb_color: &yellow [255,255,0] rgb_color: &yellow [255,255,0]
light.outdoor_sconce_1: light.outdoor_sconce_1:
state: 'on' state: 'on'
rgb_color: &bubble_gum [255,193,204] rgb_color: [255,193,204] #bubble_gum
light.outdoor_sconce_2: light.outdoor_sconce_2:
state: 'on' state: 'on'
rgb_color: *lavender rgb_color: *lavender