mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
104 lines
2.6 KiB
YAML
Executable File
104 lines
2.6 KiB
YAML
Executable File
#Color Table
|
|
# http://www.colorhexa.com/color-names
|
|
|
|
# service: scene.turn_on
|
|
# entity_id: scene.month_standard_colors
|
|
|
|
- name: month_standard_colors
|
|
entities:
|
|
group.outdoor_front_lights:
|
|
state: 'on'
|
|
color_name: 'Gold'
|
|
|
|
- name: month_valentine_colors
|
|
entities:
|
|
group.outdoor_front_lights:
|
|
state: 'on'
|
|
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'
|
|
#color_name: 'Dark Spring Green'
|
|
rgb_color: [23,114,69]
|
|
|
|
- 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]
|
|
|
|
- name: month_RWB_colors
|
|
entities:
|
|
light.outdoor_foyer:
|
|
state: 'on'
|
|
#color_name: 'Cream'
|
|
rgb_color: [255,253,208]
|
|
brightness: 30
|
|
light.outdoor_sconce_3:
|
|
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_1:
|
|
state: 'on'
|
|
color_name: 'Blue'
|
|
|
|
- name: front_full_brightness
|
|
entities:
|
|
group.outdoor_front_lights:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 250
|