Home-AssistantConfig/scene/monthly_colors.yaml

29 lines
559 B
YAML
Raw Normal View History

#Color Table
2017-02-03 00:50:18 +00:00
# http://www.colorhexa.com/color-names
# service: scene.turn_on
# entity_id: scene.month_01_colors
- name: month_01_colors
entities:
group.outdoor_front_lights:
state: 'on'
color_name: 'Gold'
- name: month_02_colors
entities:
group.outdoor_front_lights:
state: 'on'
2017-02-03 00:50:18 +00:00
color_name: 'Hot Pink'
- name: front_full_brightness
entities:
group.outdoor_front_lights:
state: 'on'
color_name: 'White'
brightness: 255