mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
97 lines
2.4 KiB
YAML
Executable File
97 lines
2.4 KiB
YAML
Executable File
#Color Table
|
|
# http://www.w3schools.com/colors/colors_hex.asp
|
|
|
|
# service: scene.turn_on
|
|
# entity_id: scene.month_front_1_colors
|
|
|
|
|
|
- name: month_front_1_colors
|
|
entities:
|
|
light.outdoor_sconce_2:
|
|
state: 'on'
|
|
color_name: 'Gold'
|
|
light.outdoor_sconce_1:
|
|
state: 'on'
|
|
color_name: 'Gold'
|
|
light.outdoor_foyer:
|
|
state: 'on'
|
|
color_name: 'Gold'
|
|
light.outdoor_sconce_3:
|
|
state: 'on'
|
|
color_name: 'Gold'
|
|
light.garage_left:
|
|
state: 'on'
|
|
color_name: 'Yellow'
|
|
light.garage_small:
|
|
state: 'on'
|
|
color_name: 'Yellow'
|
|
light.outdoor_den:
|
|
state: 'on'
|
|
color_name: 'Yellow'
|
|
# brightness: 150
|
|
|
|
- name: month_front_12_colors
|
|
entities:
|
|
|
|
light.outdoor_foyer:
|
|
state: 'on'
|
|
color_name: 'Blue'
|
|
# brightness: 255
|
|
light.outdoor_sconce_1:
|
|
state: 'on'
|
|
color_name: 'Gold'
|
|
# brightness: 255
|
|
light.outdoor_sconce_2:
|
|
state: 'on'
|
|
color_name: 'Blue'
|
|
# brightness: 255
|
|
light.outdoor_sconce_3:
|
|
state: 'on'
|
|
color_name: 'Blue'
|
|
# brightness: 255
|
|
light.garage_left:
|
|
state: 'on'
|
|
color_name: 'RoyalBlue'
|
|
# brightness: 255
|
|
light.garage_small:
|
|
state: 'on'
|
|
color_name: 'RoyalBlue'
|
|
# brightness: 255
|
|
light.outdoor_den:
|
|
state: 'on'
|
|
color_name: 'RoyalBlue'
|
|
# brightness: 255
|
|
|
|
- name: front_full_brightness
|
|
entities:
|
|
light.outdoor_sconce_2:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.outdoor_sconce_1:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.outdoor_foyer:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.outdoor_sconce_3:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.garage_left:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.garage_small:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.outdoor_den:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
|
|
|
|
|