mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-12 01:52:16 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user