Reducing some scenes and creating a work specific one
This commit is contained in:
parent
2ad155004a
commit
5a5242ac20
|
@ -18,24 +18,8 @@
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
|
|
||||||
- name: studio blue
|
|
||||||
entities:
|
- name: studio work
|
||||||
switch.desk_lamp:
|
|
||||||
state: 'on'
|
|
||||||
light.master_bedroom_dresser_lamp:
|
|
||||||
state: 'on'
|
|
||||||
brightness: 255
|
|
||||||
light.kat_lamp:
|
|
||||||
state: 'on'
|
|
||||||
brightness: 255
|
|
||||||
switch.kasa2:
|
|
||||||
state: 'on'
|
|
||||||
light.desk_lighting:
|
|
||||||
state: 'on'
|
|
||||||
brightness: 255
|
|
||||||
switch.dazzned50:
|
|
||||||
state: 'on'
|
|
||||||
- name: studio yellow
|
|
||||||
entities:
|
entities:
|
||||||
light.master_bedroom_dresser_lamp:
|
light.master_bedroom_dresser_lamp:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
@ -47,11 +31,16 @@
|
||||||
state: 'on'
|
state: 'on'
|
||||||
switch.tplink_a2:
|
switch.tplink_a2:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
switch.kasa2:
|
||||||
|
state: 'on'
|
||||||
switch.desk_lamp:
|
switch.desk_lamp:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
light.desk_lighting:
|
light.desk_lighting:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
|
light.desk_accent:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 76.5
|
||||||
|
|
||||||
- name: all lights on
|
- name: all lights on
|
||||||
entities:
|
entities:
|
||||||
|
|
Loading…
Reference in New Issue