2020-11-04 01:56:36 +01:00
|
|
|
- id: daily
|
2021-01-23 19:32:51 +01:00
|
|
|
alias: '[Work] Daily notification'
|
2020-11-04 01:56:36 +01:00
|
|
|
trigger:
|
|
|
|
- platform: time
|
2021-06-15 09:32:25 +02:00
|
|
|
at: '8:55'
|
2020-11-16 01:19:53 +01:00
|
|
|
condition:
|
|
|
|
- condition: time
|
|
|
|
weekday:
|
|
|
|
- mon
|
|
|
|
- tue
|
|
|
|
- wed
|
|
|
|
- thu
|
|
|
|
- fri
|
2020-11-04 01:56:36 +01:00
|
|
|
action:
|
2020-11-12 03:34:34 +01:00
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
2021-07-06 23:55:15 +02:00
|
|
|
brightness_pct: 100
|
2020-11-12 03:34:34 +01:00
|
|
|
rgb_color:
|
|
|
|
- 0
|
|
|
|
- 0
|
|
|
|
- 255
|
2021-07-06 23:55:15 +02:00
|
|
|
entity_id: light.desk_lightbar_ambilight
|
2020-11-04 01:56:36 +01:00
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
|
|
|
flash: long
|
2021-07-06 23:55:15 +02:00
|
|
|
brightness_pct: 100
|
2020-11-04 01:56:36 +01:00
|
|
|
rgb_color:
|
|
|
|
- 0
|
|
|
|
- 0
|
|
|
|
- 255
|
2021-07-19 21:38:24 +02:00
|
|
|
entity_id: light.desk_lightbar_ambilight
|
2020-11-04 01:56:36 +01:00
|
|
|
mode: single
|
|
|
|
|
|
|
|
- id: daily_off
|
2021-01-23 19:32:51 +01:00
|
|
|
alias: '[Work] Daily notification off'
|
2020-11-04 01:56:36 +01:00
|
|
|
trigger:
|
|
|
|
- platform: time
|
2021-06-15 09:32:25 +02:00
|
|
|
at: '9:10'
|
2020-11-12 03:34:34 +01:00
|
|
|
condition:
|
2020-11-16 01:19:53 +01:00
|
|
|
- condition: time
|
|
|
|
weekday:
|
|
|
|
- mon
|
|
|
|
- tue
|
|
|
|
- wed
|
|
|
|
- thu
|
|
|
|
- fri
|
2020-11-04 01:56:36 +01:00
|
|
|
action:
|
2020-11-12 03:34:34 +01:00
|
|
|
- service: light.turn_off
|
2021-07-06 23:55:15 +02:00
|
|
|
entity_id: light.desk_lightbar_ambilight
|
2021-06-15 09:32:51 +02:00
|
|
|
mode: single
|
2020-11-16 01:19:53 +01:00
|
|
|
|
2021-06-15 09:32:51 +02:00
|
|
|
- id: work_finished
|
|
|
|
alias: '[Work] Notify when finished work'
|
|
|
|
trigger:
|
|
|
|
- platform: time
|
|
|
|
at: '17:00'
|
|
|
|
condition:
|
|
|
|
- condition: time
|
|
|
|
weekday:
|
|
|
|
- mon
|
|
|
|
- tue
|
|
|
|
- wed
|
|
|
|
- thu
|
|
|
|
- fri
|
|
|
|
action:
|
|
|
|
- service: vacuum.start
|
|
|
|
entity_id: vacuum.robot_vacuum
|
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
2021-07-06 23:55:15 +02:00
|
|
|
brightness_pct: 100
|
2021-06-15 09:32:51 +02:00
|
|
|
rgb_color:
|
|
|
|
- 0
|
|
|
|
- 200
|
|
|
|
- 83
|
2021-07-06 23:55:15 +02:00
|
|
|
entity_id: light.desk_lightbar_ambilight
|
2021-06-15 09:32:51 +02:00
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
|
|
|
flash: long
|
2021-07-06 23:55:15 +02:00
|
|
|
brightness_pct: 100
|
2021-06-15 09:32:51 +02:00
|
|
|
rgb_color:
|
|
|
|
- 0
|
|
|
|
- 200
|
|
|
|
- 83
|
2021-07-06 23:55:15 +02:00
|
|
|
entity_id: light.desk_lightbar_ambilight
|
|
|
|
- delay:
|
|
|
|
minutes: 5
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id: light.desk_lightbar_ambilight
|
2020-11-04 01:56:36 +01:00
|
|
|
mode: single
|
2021-06-15 09:32:51 +02:00
|
|
|
|