Change desktop light
This commit is contained in:
parent
ddab668268
commit
53a87bf444
3 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data:
|
data:
|
||||||
entity_id: light.desk_lamp
|
entity_id: light.desk_lightbar
|
||||||
mode: single
|
mode: single
|
||||||
- id: button-computer-cave-off
|
- id: button-computer-cave-off
|
||||||
alias: '[Computer Cave] Button Off'
|
alias: '[Computer Cave] Button Off'
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
data:
|
data:
|
||||||
entity_id: light.desk_lamp
|
entity_id: light.desk_lightbar
|
||||||
mode: single
|
mode: single
|
||||||
- id: button-computer-cave-hold-on
|
- id: button-computer-cave-hold-on
|
||||||
alias: '[Computer Cave] Button Hold On'
|
alias: '[Computer Cave] Button Hold On'
|
||||||
|
|
|
@ -7,11 +7,10 @@
|
||||||
to: 'off'
|
to: 'off'
|
||||||
for:
|
for:
|
||||||
minutes: 5
|
minutes: 5
|
||||||
condition: []
|
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
data: {}
|
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.computer_lights
|
- light.computer_lights
|
||||||
- light.desk_lamp
|
- light.desk_lightbar
|
||||||
|
- light.desk_lightbar_ambilight
|
||||||
mode: single
|
mode: single
|
|
@ -8,9 +8,9 @@ good_night:
|
||||||
option: Night
|
option: Night
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
data: { }
|
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.desk_lamp
|
- light.desk_lightbar
|
||||||
|
- light.desk_lightbar_ambilight
|
||||||
- light.computer_lights
|
- light.computer_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.couch_lamp
|
- light.couch_lamp
|
||||||
|
@ -62,7 +62,8 @@ leave_home:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
data: { }
|
data: { }
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.desk_lamp
|
- light.desk_lightbar
|
||||||
|
- light.desk_lightbar_ambilight
|
||||||
- light.computer_lights
|
- light.computer_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.couch_lamp
|
- light.couch_lamp
|
||||||
|
|
Loading…
Reference in a new issue