New scene to use during teams calls
This commit is contained in:
parent
15037dfad4
commit
01f8af52be
|
@ -449,11 +449,44 @@
|
||||||
- name: teams call
|
- name: teams call
|
||||||
id: teams_call
|
id: teams_call
|
||||||
entities:
|
entities:
|
||||||
|
light.jeff_lamp:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 67.5
|
||||||
|
color_temp: 299
|
||||||
|
light.master_bedroom_dresser_lamp:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 255
|
||||||
|
light.kat_lamp:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 255
|
||||||
|
light.master_bedroom_tower_lamp:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 255
|
||||||
|
color_temp: 299
|
||||||
|
light.desk_accent:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 255
|
||||||
|
rgb_color:
|
||||||
|
- 7
|
||||||
|
- 130
|
||||||
|
- 255
|
||||||
|
switch.dazzned50:
|
||||||
|
state: 'off'
|
||||||
switch.tplink_a2:
|
switch.tplink_a2:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
light.jeff_desk_lamp:
|
light.warning_light:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 12.75
|
brightness: 255
|
||||||
|
rgb_color:
|
||||||
|
- 255
|
||||||
|
- 0
|
||||||
|
- 67
|
||||||
|
|
||||||
|
- name: teams call done
|
||||||
|
id: teams_call_done
|
||||||
|
entities:
|
||||||
|
light.warning_light:
|
||||||
|
state: 'off'
|
||||||
|
|
||||||
|
|
||||||
- name: film time over
|
- name: film time over
|
||||||
|
|
Loading…
Reference in New Issue