Add autostart work laptop
This commit is contained in:
parent
17ba60bcda
commit
fb1f9c52df
@ -1,6 +1,5 @@
|
||||
- id: work_finished
|
||||
alias: '[Work] Notify when finished work'
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.luxoft
|
||||
@ -28,3 +27,20 @@
|
||||
- 83
|
||||
entity_id: light.computer_lights
|
||||
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 New Issue
Block a user