mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 21:38:40 +00:00
Change out Hex Codes for Color Names.. Because I don't speak Hex.
This commit is contained in:
parent
ccea60fcba
commit
f663b9edb8
@ -89,6 +89,15 @@ https://i.imgur.com/xy10yI1.png
|
||||
#Lab notes:
|
||||
|
||||
```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'
|
||||
trigger:
|
||||
platform: time
|
||||
|
@ -30,6 +30,8 @@
|
||||
condition:
|
||||
- condition: sun
|
||||
after: 'sunset'
|
||||
- condition: time
|
||||
before: '23:00:00'
|
||||
- condition: state
|
||||
entity_id: group.interior_lights
|
||||
state: 'on'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user