Testing some scenes.
This commit is contained in:
parent
c45fe031fe
commit
ad2bcdd739
50
scenes.yaml
50
scenes.yaml
|
@ -1,3 +1,24 @@
|
||||||
|
- name: test_dim_75
|
||||||
|
entities:
|
||||||
|
group.rgb_lr:
|
||||||
|
state: on
|
||||||
|
brightness_pct: 75
|
||||||
|
color_temp: 369
|
||||||
|
|
||||||
|
- name: test_dim_50
|
||||||
|
entities:
|
||||||
|
group.rgb_lr:
|
||||||
|
state: on
|
||||||
|
brightness_pct: 50
|
||||||
|
color_temp: 369
|
||||||
|
|
||||||
|
- name: test_dim_25
|
||||||
|
entities:
|
||||||
|
group.rgb_lr:
|
||||||
|
state: on
|
||||||
|
brightness_pct: 25
|
||||||
|
color_temp: 369
|
||||||
|
|
||||||
- name : test
|
- name : test
|
||||||
entities:
|
entities:
|
||||||
group.rgb_lr:
|
group.rgb_lr:
|
||||||
|
@ -179,6 +200,35 @@
|
||||||
switch.artemis:
|
switch.artemis:
|
||||||
state: on
|
state: on
|
||||||
|
|
||||||
|
- name: skylar lamp on
|
||||||
|
entities:
|
||||||
|
light.table_lamp_2:
|
||||||
|
state: on
|
||||||
|
brightness: 100
|
||||||
|
|
||||||
|
- name: skylar lamp 75
|
||||||
|
entities:
|
||||||
|
light.table_lamp_2:
|
||||||
|
state: on
|
||||||
|
brightness: 75
|
||||||
|
|
||||||
|
- name: skylar lamp 50
|
||||||
|
entities:
|
||||||
|
light.table_lamp_2:
|
||||||
|
state: on
|
||||||
|
brightness: 50
|
||||||
|
|
||||||
|
- name: skylar lamp 25
|
||||||
|
entities:
|
||||||
|
light.table_lamp_2:
|
||||||
|
state: on
|
||||||
|
brightness: 25
|
||||||
|
|
||||||
|
- name: skylar lamp off
|
||||||
|
entities:
|
||||||
|
light.table_lamp_2:
|
||||||
|
state: off
|
||||||
|
|
||||||
# - name: santa protocol
|
# - name: santa protocol
|
||||||
# entities:
|
# entities:
|
||||||
# switch.christmas_tree:
|
# switch.christmas_tree:
|
||||||
|
|
Loading…
Reference in New Issue