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