mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
119 lines
3.0 KiB
YAML
Executable File
119 lines
3.0 KiB
YAML
Executable File
#Color Table
|
|
# http://www.colorhexa.com/color-names
|
|
|
|
# service: scene.turn_on
|
|
# entity_id: scene.month_01_colors
|
|
|
|
|
|
- name: month_01_colors
|
|
entities:
|
|
light.outdoor_foyer:
|
|
light.outdoor_sconce_1:
|
|
light.outdoor_sconce_2:
|
|
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_02_colors
|
|
entities:
|
|
light.outdoor_sconce_1:
|
|
state: 'on'
|
|
color_name: 'Hot Pink'
|
|
light.outdoor_sconce_2:
|
|
state: 'on'
|
|
color_name: 'Hot Pink'
|
|
light.outdoor_sconce_3:
|
|
state: 'on'
|
|
color_name: 'Hot Pink'
|
|
light.outdoor_foyer:
|
|
state: 'on'
|
|
color_name: 'Hot Pink'
|
|
# light.garage_left:
|
|
# state: 'on'
|
|
# color_name: 'Pink'
|
|
# light.garage_small:
|
|
# state: 'on'
|
|
# color_name: 'Pink'
|
|
# light.outdoor_den:
|
|
# state: 'on'
|
|
# color_name: 'Pink'
|
|
# brightness: 150
|
|
|
|
- name: month_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: 'Royal Blue'
|
|
# brightness: 255
|
|
light.garage_small:
|
|
state: 'on'
|
|
color_name: 'Royal Blue'
|
|
# brightness: 255
|
|
light.outdoor_den:
|
|
state: 'on'
|
|
color_name: 'Royal Blue'
|
|
# brightness: 255
|
|
|
|
- name: front_full_brightness
|
|
entities:
|
|
light.outdoor_foyer:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.outdoor_sconce_1:
|
|
state: 'on'
|
|
color_name: 'White'
|
|
brightness: 255
|
|
light.outdoor_sconce_2:
|
|
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
|
|
|
|
|
|
|