2016-12-22 16:29:48 +00:00
|
|
|
#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:
|
2016-12-28 21:39:52 +00:00
|
|
|
|
|
|
|
light.outdoor_foyer:
|
2016-12-22 16:29:48 +00:00
|
|
|
state: on
|
2016-12-28 21:39:52 +00:00
|
|
|
color_name: 'CornflowerBlue'
|
2016-12-22 16:29:48 +00:00
|
|
|
brightness: 255
|
|
|
|
light.outdoor_sconce_1:
|
|
|
|
state: on
|
2016-12-28 21:39:52 +00:00
|
|
|
color_name: 'Gold'
|
2016-12-22 16:29:48 +00:00
|
|
|
brightness: 255
|
2016-12-28 21:39:52 +00:00
|
|
|
light.outdoor_sconce_2:
|
2016-12-22 16:29:48 +00:00
|
|
|
state: on
|
2016-12-28 21:39:52 +00:00
|
|
|
color_name: 'CornflowerBlue'
|
2016-12-22 16:29:48 +00:00
|
|
|
brightness: 255
|
|
|
|
light.outdoor_sconce_3:
|
|
|
|
state: on
|
|
|
|
brightness: 255
|
|
|
|
light.garage_left:
|
|
|
|
state: on
|
2016-12-28 21:39:52 +00:00
|
|
|
color_name: 'RoyalBlue'
|
2016-12-22 16:29:48 +00:00
|
|
|
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
|
|
|
|
light.garage_left:
|
|
|
|
state: on
|
|
|
|
color_name: 'White'
|
|
|
|
brightness: 255
|
|
|
|
|
|
|
|
|
2016-12-01 06:28:20 +00:00
|
|
|
|