You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.6 KiB
63 lines
1.6 KiB
#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'
|
|
brightness: 255
|
|
light.outdoor_sconce_1:
|
|
state: on
|
|
color_name: 'Gold'
|
|
brightness: 255
|
|
light.outdoor_foyer:
|
|
state: on
|
|
color_name: 'Gold'
|
|
brightness: 255
|
|
light.outdoor_sconce_3:
|
|
state: on
|
|
brightness: 255
|
|
|
|
- name: month_front_12_colors
|
|
entities:
|
|
light.outdoor_sconce_2:
|
|
state: on
|
|
color_name: 'FireBrick'
|
|
brightness: 255
|
|
light.outdoor_sconce_1:
|
|
state: on
|
|
color_name: 'FireBrick'
|
|
brightness: 255
|
|
light.outdoor_foyer:
|
|
state: on
|
|
color_name: 'FireBrick'
|
|
brightness: 255
|
|
light.outdoor_sconce_3:
|
|
state: on
|
|
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
|
|
brightness: 255
|
|
|
|
|
|
|