Update work automations
This commit is contained in:
parent
372cfc528d
commit
f032ebaa5d
2 changed files with 12 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
||||||
alias: '[Work] Daily notification'
|
alias: '[Work] Daily notification'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '10:40'
|
at: '8:55'
|
||||||
condition:
|
condition:
|
||||||
- condition: time
|
- condition: time
|
||||||
weekday:
|
weekday:
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
alias: '[Work] Daily notification off'
|
alias: '[Work] Daily notification off'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '11:00'
|
at: '9:10'
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: light.computer_left
|
entity_id: light.computer_left
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
- id: work_finished
|
- id: work_finished
|
||||||
alias: '[Work] Notify when finished work'
|
alias: '[Work] Notify when finished work'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: time
|
||||||
entity_id: binary_sensor.luxoft
|
at: '17:00'
|
||||||
to: 'on'
|
condition:
|
||||||
for:
|
- condition: time
|
||||||
hours: 8
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
action:
|
action:
|
||||||
- service: vacuum.start
|
- service: vacuum.start
|
||||||
entity_id: vacuum.robot_vacuum
|
entity_id: vacuum.robot_vacuum
|
||||||
|
@ -27,20 +32,3 @@
|
||||||
- 83
|
- 83
|
||||||
entity_id: light.computer_lights
|
entity_id: light.computer_lights
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: work_start
|
|
||||||
alias: '[Work] Turn on laptop on deadline start'
|
|
||||||
trigger:
|
|
||||||
- platform: time
|
|
||||||
at: '10:55'
|
|
||||||
condition:
|
|
||||||
- condition: time
|
|
||||||
weekday:
|
|
||||||
- mon
|
|
||||||
- tue
|
|
||||||
- wed
|
|
||||||
- thu
|
|
||||||
- fri
|
|
||||||
action:
|
|
||||||
- service: switch.turn_on
|
|
||||||
entity_id: switch.luxoft
|
|
Loading…
Reference in a new issue