mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
29 lines
559 B
YAML
Executable File
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
|
|
|
|
|
|
|