2016-12-22 16:29:48 +00:00
|
|
|
#Color Table
|
2017-02-03 00:50:18 +00:00
|
|
|
# http://www.colorhexa.com/color-names
|
2016-12-22 16:29:48 +00:00
|
|
|
|
|
|
|
# service: scene.turn_on
|
2017-02-05 04:45:46 +00:00
|
|
|
# entity_id: scene.month_01_colors
|
2016-12-22 16:29:48 +00:00
|
|
|
|
|
|
|
|
2017-02-05 04:45:46 +00:00
|
|
|
- name: month_01_colors
|
2016-12-22 16:29:48 +00:00
|
|
|
entities:
|
2017-02-05 06:09:17 +00:00
|
|
|
group.outdoor_front_lights:
|
2017-01-16 21:10:14 +00:00
|
|
|
state: 'on'
|
2016-12-22 16:29:48 +00:00
|
|
|
color_name: 'Gold'
|
2017-02-05 04:45:46 +00:00
|
|
|
|
|
|
|
- name: month_02_colors
|
2017-01-29 04:52:16 +00:00
|
|
|
entities:
|
2017-02-05 06:09:17 +00:00
|
|
|
group.outdoor_front_lights:
|
2017-01-29 04:52:16 +00:00
|
|
|
state: 'on'
|
2017-02-03 00:50:18 +00:00
|
|
|
color_name: 'Hot Pink'
|
2016-12-22 16:29:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
- name: front_full_brightness
|
|
|
|
entities:
|
2017-02-05 06:09:17 +00:00
|
|
|
group.outdoor_front_lights:
|
2017-01-16 21:10:14 +00:00
|
|
|
state: 'on'
|
2016-12-22 16:29:48 +00:00
|
|
|
color_name: 'White'
|
|
|
|
brightness: 255
|
2017-02-05 06:09:17 +00:00
|
|
|
|
2016-12-22 16:29:48 +00:00
|
|
|
|
2016-12-01 06:28:20 +00:00
|
|
|
|