diff --git a/automations/files/automations/work-finished.yaml b/automations/files/automations/work-finished.yaml index 320313a..3960650 100644 --- a/automations/files/automations/work-finished.yaml +++ b/automations/files/automations/work-finished.yaml @@ -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 \ No newline at end of file