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:
@@ -71,11 +71,11 @@
|
|||||||
state: 'above_horizon'
|
state: 'above_horizon'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: light.living_room_lights
|
entity_id: light.living_room_lights
|
||||||
data:
|
data:
|
||||||
color_temp_kelvin: 5500
|
color_temp_kelvin: 5500
|
||||||
brightness: 255
|
brightness: 255
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: light.living_room_accents
|
entity_id: light.living_room_accents
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user