mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-04-19 06:27:11 +00:00
Additional Node Anchors and DRY processes - #469
This commit is contained in:
parent
6d016d094a
commit
333a50110d
@ -8,52 +8,52 @@
|
||||
state: off
|
||||
light.m1_back_right:
|
||||
state: on
|
||||
rgb_color: [255,215,0] # Gold
|
||||
rgb_color: &gold [255,223,0] # Gold
|
||||
brightness: 50
|
||||
light.m1_back_left:
|
||||
state: on
|
||||
rgb_color: [255,215,0] # Gold
|
||||
rgb_color: *gold # Gold
|
||||
brightness: 50
|
||||
light.tv_stand_light:
|
||||
state: on
|
||||
rgb_color: [255,215,0] # Gold
|
||||
rgb_color: *gold # Gold
|
||||
brightness: 150
|
||||
light.tv_light:
|
||||
state: on
|
||||
rgb_color: [255,215,0] # Gold
|
||||
rgb_color: *gold # Gold
|
||||
brightness: 150
|
||||
light.couch_1:
|
||||
state: on
|
||||
rgb_color: [255,215,0] # Gold
|
||||
rgb_color: *gold # Gold
|
||||
brightness: 255
|
||||
|
||||
- name: Red_living_Room
|
||||
entities:
|
||||
light.m1_front_left:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: &red [255,0,0]
|
||||
brightness: 150
|
||||
light.m1_front_right:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: *red # RED
|
||||
brightness: 150
|
||||
light.m1_back_right:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: *red # RED
|
||||
brightness: 150
|
||||
light.m1_back_left:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: *red # RED
|
||||
brightness: 150
|
||||
light.tv_stand_light:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: *red # RED
|
||||
brightness: 255
|
||||
light.tv_light:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: *red # RED
|
||||
brightness: 255
|
||||
light.couch_1:
|
||||
state: on
|
||||
rgb_color: [255,0,0] # RED
|
||||
rgb_color: *red # RED
|
||||
brightness: 255
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user