2016-12-22 16:29:48 +00:00
|
|
|
#Color Table
|
2017-02-03 00:50:18 +00:00
|
|
|
# http://www.colorhexa.com/color-names
|
2016-12-22 16:29:48 +00:00
|
|
|
|
|
|
|
# service: scene.turn_on
|
2017-02-05 06:41:42 +00:00
|
|
|
# entity_id: scene.month_standard_colors
|
2016-12-22 16:29:48 +00:00
|
|
|
|
2017-02-05 06:33:38 +00:00
|
|
|
- name: month_standard_colors
|
2016-12-22 16:29:48 +00:00
|
|
|
entities:
|
2017-02-05 06:09:17 +00:00
|
|
|
group.outdoor_front_lights:
|
2017-01-16 21:10:14 +00:00
|
|
|
state: 'on'
|
2016-12-22 16:29:48 +00:00
|
|
|
color_name: 'Gold'
|
2017-02-05 04:45:46 +00:00
|
|
|
|
2017-02-05 06:33:38 +00:00
|
|
|
- name: month_valentine_colors
|
2017-01-29 04:52:16 +00:00
|
|
|
entities:
|
2017-02-05 06:09:17 +00:00
|
|
|
group.outdoor_front_lights:
|
2017-01-29 04:52:16 +00:00
|
|
|
state: 'on'
|
2017-02-05 06:33:38 +00:00
|
|
|
color_name: 'Crimson'
|
|
|
|
|
|
|
|
- name: month_marti_gras_colors
|
|
|
|
entities:
|
|
|
|
light.outdoor_foyer:
|
|
|
|
state: 'on'
|
|
|
|
color_name: 'Gold'
|
|
|
|
light.outdoor_sconce_1:
|
|
|
|
state: 'on'
|
|
|
|
color_name: 'Purple'
|
|
|
|
light.outdoor_sconce_2:
|
|
|
|
state: 'on'
|
|
|
|
color_name: 'Green'
|
|
|
|
light.outdoor_sconce_3:
|
|
|
|
state: 'on'
|
|
|
|
color_name: 'Gold'
|
|
|
|
|
|
|
|
- name: month_st_patty_colors
|
|
|
|
entities:
|
|
|
|
group.outdoor_front_lights:
|
|
|
|
state: 'on'
|
2017-02-13 02:38:37 +00:00
|
|
|
#color_name: 'Dark Spring Green'
|
|
|
|
rgb_color: [23,114,69]
|
2017-02-21 01:19:09 +00:00
|
|
|
|
2017-04-03 19:34:50 +00:00
|
|
|
- name: month_easter_colors
|
|
|
|
entities:
|
|
|
|
light.outdoor_foyer:
|
|
|
|
state: 'on'
|
|
|
|
# color_name: 'Lavender'
|
|
|
|
rgb_color: [244,187,255]
|
|
|
|
light.outdoor_sconce_1:
|
|
|
|
state: 'on'
|
|
|
|
#color_name: 'Bubble Gum'
|
|
|
|
rgb_color: [255,193,204]
|
|
|
|
light.outdoor_sconce_2:
|
|
|
|
state: 'on'
|
|
|
|
#color_name: 'Lavender'
|
|
|
|
rgb_color: [244,187,255]
|
|
|
|
light.outdoor_sconce_3:
|
|
|
|
state: 'on'
|
|
|
|
#color_name: 'Bubble Gum'
|
|
|
|
rgb_color: [255,193,204]
|
|
|
|
|
|
|
|
- name: month_cinco_de_mayo_colors
|
|
|
|
entities:
|
|
|
|
light.outdoor_foyer:
|
|
|
|
state: 'on'
|
|
|
|
# color_name: 'Red'
|
|
|
|
rgb_color: [204,0,0]
|
|
|
|
light.outdoor_sconce_1:
|
|
|
|
state: 'on'
|
|
|
|
# color_name: 'Red'
|
|
|
|
rgb_color: [204,0,0]
|
|
|
|
light.outdoor_sconce_2:
|
|
|
|
state: 'on'
|
|
|
|
#color_name: 'White' Smoke
|
|
|
|
rgb_color: [245,245,245]
|
|
|
|
light.outdoor_sconce_3:
|
|
|
|
state: 'on'
|
|
|
|
#color_name: 'Dark Spring Green'
|
|
|
|
rgb_color: [23,114,69]
|
|
|
|
|
2017-02-05 06:33:38 +00:00
|
|
|
- name: month_RWB_colors
|
|
|
|
entities:
|
|
|
|
light.outdoor_foyer:
|
|
|
|
state: 'on'
|
2017-02-13 02:38:37 +00:00
|
|
|
#color_name: 'Cream'
|
|
|
|
rgb_color: [255,253,208]
|
2017-02-21 01:19:09 +00:00
|
|
|
brightness: 30
|
|
|
|
light.outdoor_sconce_3:
|
2017-02-05 06:33:38 +00:00
|
|
|
state: 'on'
|
2017-04-03 19:34:50 +00:00
|
|
|
#color_name: 'Red'
|
|
|
|
rgb_color: [204,0,0]
|
2017-02-05 06:33:38 +00:00
|
|
|
light.outdoor_sconce_2:
|
|
|
|
state: 'on'
|
2017-02-13 02:38:37 +00:00
|
|
|
#color_name: 'White' Smoke
|
|
|
|
rgb_color: [245,245,245]
|
2017-02-21 01:19:09 +00:00
|
|
|
light.outdoor_sconce_1:
|
2017-02-05 06:33:38 +00:00
|
|
|
state: 'on'
|
|
|
|
color_name: 'Blue'
|
2016-12-22 16:29:48 +00:00
|
|
|
|
|
|
|
- name: front_full_brightness
|
|
|
|
entities:
|
2017-02-05 06:09:17 +00:00
|
|
|
group.outdoor_front_lights:
|
2017-01-16 21:10:14 +00:00
|
|
|
state: 'on'
|
2016-12-22 16:29:48 +00:00
|
|
|
color_name: 'White'
|
2017-02-13 02:38:37 +00:00
|
|
|
brightness: 250
|