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