mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 18:08:04 +00:00
Updated some color with RGB Values.
This commit is contained in:
@@ -36,19 +36,22 @@
|
||||
entities:
|
||||
group.outdoor_front_lights:
|
||||
state: 'on'
|
||||
color_name: 'Dark Spring Green'
|
||||
#color_name: 'Dark Spring Green'
|
||||
rgb_color: [23,114,69]
|
||||
|
||||
- name: month_RWB_colors
|
||||
entities:
|
||||
light.outdoor_foyer:
|
||||
state: 'on'
|
||||
color_name: 'Cream'
|
||||
#color_name: 'Cream'
|
||||
rgb_color: [255,253,208]
|
||||
light.outdoor_sconce_1:
|
||||
state: 'on'
|
||||
color_name: 'Red'
|
||||
light.outdoor_sconce_2:
|
||||
state: 'on'
|
||||
color_name: 'White'
|
||||
#color_name: 'White' Smoke
|
||||
rgb_color: [245,245,245]
|
||||
light.outdoor_sconce_3:
|
||||
state: 'on'
|
||||
color_name: 'Blue'
|
||||
@@ -58,7 +61,7 @@
|
||||
group.outdoor_front_lights:
|
||||
state: 'on'
|
||||
color_name: 'White'
|
||||
brightness: 255
|
||||
brightness: 250
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user