mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-08 02:38:10 +00:00
Starting to build out Holiday color programs
This commit is contained in:
119
scene/monthly_colors.yaml
Executable file
119
scene/monthly_colors.yaml
Executable file
@@ -0,0 +1,119 @@
|
||||
#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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user