Home-AssistantConfig/scene/monthly_colors.yaml

29 lines
559 B
YAML
Executable File

#Color Table
# 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'
color_name: 'Hot Pink'
- name: front_full_brightness
entities:
group.outdoor_front_lights:
state: 'on'
color_name: 'White'
brightness: 255