Change out Hex Codes for Color Names.. Because I don't speak Hex.

This commit is contained in:
CCOSTAN
2016-12-13 01:03:08 +00:00
parent ccea60fcba
commit f663b9edb8
4 changed files with 25 additions and 17 deletions

View File

@@ -1,8 +1,5 @@
#Color Table
# rgb_color: [255,255,255] White
#rgb_color: [61,178,112] #Green
#rgb_color: [255,112,242] #Purple
#rgb_color: [206,22,32] #red
#Color Table
# http://www.w3schools.com/colors/colors_hex.asp
# service: scene.turn_on
# entity_id: scene.month_front_1_colors
@@ -12,15 +9,15 @@
entities:
light.outdoor_sconce_2:
state: on
rgb_color: [206,22,32]
color_name: 'Gold'
brightness: 255
light.outdoor_sconce_1:
state: on
rgb_color: [61,178,112]
color_name: 'Gold'
brightness: 255
light.outdoor_foyer:
state: on
rgb_color: [206,22,32]
color_name: 'Gold'
brightness: 255
light.outdoor_sconce_3:
state: on
@@ -30,15 +27,15 @@
entities:
light.outdoor_sconce_2:
state: on
rgb_color: [206,22,32]
color_name: 'Crimson'
brightness: 255
light.outdoor_sconce_1:
state: on
rgb_color: [61,178,112]
color_name: 'Crimson'
brightness: 255
light.outdoor_foyer:
state: on
rgb_color: [206,22,32]
color_name: 'Crimson'
brightness: 255
light.outdoor_sconce_3:
state: on
@@ -48,15 +45,15 @@
entities:
light.outdoor_sconce_2:
state: on
rgb_color: [255,255,255]
color_name: 'White'
brightness: 255
light.outdoor_sconce_1:
state: on
rgb_color: [255,255,255]
color_name: 'White'
brightness: 255
light.outdoor_foyer:
state: on
rgb_color: [255,255,255]
color_name: 'White'
brightness: 255
light.outdoor_sconce_3:
state: on

View File

@@ -20,15 +20,15 @@
light.tv_stand_light:
state: on
transition: 400
xy_color: [0.5014,0.4153]
color_name: 'Gold'
brightness: 150
light.tv_light:
state: on
transition: 400
xy_color: [0.5014,0.4153]
color_name: 'Gold'
brightness: 125
light.couch_1:
state: on
transition: 400
xy_color: [0.6621,0.3023]
color_name: 'Gold'
brightness: 255