Update work notification automation
This commit is contained in:
parent
0f9a0489dc
commit
fa69108d27
1 changed files with 12 additions and 19 deletions
|
@ -14,16 +14,16 @@
|
|||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness: 200
|
||||
brightness_pct: 100
|
||||
rgb_color:
|
||||
- 0
|
||||
- 0
|
||||
- 255
|
||||
entity_id: light.computer_lights
|
||||
entity_id: light.desk_lightbar_ambilight
|
||||
- service: light.turn_on
|
||||
data:
|
||||
flash: long
|
||||
brightness: 200
|
||||
brightness_pct: 100
|
||||
rgb_color:
|
||||
- 0
|
||||
- 0
|
||||
|
@ -37,12 +37,6 @@
|
|||
- platform: time
|
||||
at: '9:10'
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: light.computer_left
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: light.computer_right
|
||||
state: 'on'
|
||||
- condition: time
|
||||
weekday:
|
||||
- mon
|
||||
|
@ -51,13 +45,8 @@
|
|||
- thu
|
||||
- fri
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
kelvin: 3200
|
||||
entity_id: light.computer_lights
|
||||
- delay: 5
|
||||
- service: light.turn_off
|
||||
entity_id: light.computer_lights
|
||||
entity_id: light.desk_lightbar_ambilight
|
||||
mode: single
|
||||
|
||||
- id: work_finished
|
||||
|
@ -78,20 +67,24 @@
|
|||
entity_id: vacuum.robot_vacuum
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness: 200
|
||||
brightness_pct: 100
|
||||
rgb_color:
|
||||
- 0
|
||||
- 200
|
||||
- 83
|
||||
entity_id: light.computer_lights
|
||||
entity_id: light.desk_lightbar_ambilight
|
||||
- service: light.turn_on
|
||||
data:
|
||||
flash: long
|
||||
brightness: 200
|
||||
brightness_pct: 100
|
||||
rgb_color:
|
||||
- 0
|
||||
- 200
|
||||
- 83
|
||||
entity_id: light.computer_lights
|
||||
entity_id: light.desk_lightbar_ambilight
|
||||
- delay:
|
||||
minutes: 5
|
||||
- service: light.turn_off
|
||||
entity_id: light.desk_lightbar_ambilight
|
||||
mode: single
|
||||
|
||||
|
|
Loading…
Reference in a new issue