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

@ -89,6 +89,15 @@ https://i.imgur.com/xy10yI1.png
#Lab notes: #Lab notes:
```yaml ```yaml
For the led strips.
https://home-assistant.io/components/light.flux_led/
- platform: flux_led
devices:
192.168.1.22:
name: Cabinet Lights
- alias: 'Get Random Time' - alias: 'Get Random Time'
trigger: trigger:
platform: time platform: time

View File

@ -30,6 +30,8 @@
condition: condition:
- condition: sun - condition: sun
after: 'sunset' after: 'sunset'
- condition: time
before: '23:00:00'
- condition: state - condition: state
entity_id: group.interior_lights entity_id: group.interior_lights
state: 'on' state: 'on'

View File

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

View File

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