2022-02-05 15:11:11 +00:00
|
|
|
- id: goto_sleep
|
|
|
|
alias: '[Behaviour] Go to sleep'
|
2022-07-10 21:30:55 +00:00
|
|
|
mode: single
|
2022-02-05 15:11:11 +00:00
|
|
|
trigger:
|
2022-07-10 21:30:55 +00:00
|
|
|
- platform: calendar
|
|
|
|
event: start
|
|
|
|
offset: '-9:35:0'
|
|
|
|
entity_id: calendar.automations_wakeup
|
|
|
|
- platform: calendar
|
|
|
|
event: start
|
|
|
|
offset: '-9:05:0'
|
|
|
|
entity_id: calendar.automations_wakeup
|
2022-02-05 15:11:11 +00:00
|
|
|
condition:
|
|
|
|
- condition: state
|
2022-05-05 22:50:00 +00:00
|
|
|
entity_id: binary_sensor.hulk_ping
|
2022-02-05 15:11:11 +00:00
|
|
|
state: 'on'
|
|
|
|
action:
|
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
|
|
|
flash: long
|
|
|
|
rgb_color:
|
|
|
|
- 255
|
|
|
|
- 0
|
|
|
|
- 0
|
|
|
|
target:
|
2022-04-18 21:34:03 +00:00
|
|
|
entity_id: light.office_light_up
|
2023-05-30 21:25:31 +00:00
|
|
|
- service: notify.hulk
|
|
|
|
data:
|
|
|
|
title: "Sleep notifier"
|
|
|
|
message: "Go to sleep, computer will turn off in 5 minutes"
|
2022-02-05 15:11:11 +00:00
|
|
|
- delay: '0:05:00'
|
|
|
|
- choose:
|
|
|
|
- conditions:
|
|
|
|
- condition: state
|
2022-05-05 22:50:00 +00:00
|
|
|
entity_id: binary_sensor.hulk_ping
|
2022-02-05 15:11:11 +00:00
|
|
|
state: 'on'
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.pc_caffeine
|
|
|
|
state: 'off'
|
|
|
|
sequence:
|
2023-05-30 21:25:31 +00:00
|
|
|
- service: light.turn_on
|
|
|
|
target:
|
|
|
|
entity_id: light.office_light_up
|
2022-02-05 15:11:11 +00:00
|
|
|
- service: shell_command.pc_poweroff
|
|
|
|
- choose:
|
|
|
|
- conditions:
|
|
|
|
- condition: state
|
2022-05-05 22:50:00 +00:00
|
|
|
entity_id: binary_sensor.hulk_ping
|
2022-02-05 15:11:11 +00:00
|
|
|
state: 'on'
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.pc_caffeine
|
2022-02-08 23:14:13 +00:00
|
|
|
state: 'on'
|
2022-02-05 15:11:11 +00:00
|
|
|
sequence:
|
2023-05-30 21:25:31 +00:00
|
|
|
- service: notify.hulk
|
|
|
|
data:
|
|
|
|
title: "Sleep notifier"
|
|
|
|
message: "You have 30 more minutes"
|
2022-02-05 15:11:11 +00:00
|
|
|
- service: input_boolean.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: input_boolean.pc_caffeine
|
|
|
|
- service: light.turn_off
|
|
|
|
target:
|
2022-04-18 21:34:03 +00:00
|
|
|
entity_id: light.office_light_up
|
2022-02-05 15:11:11 +00:00
|
|
|
|
2022-07-10 21:30:55 +00:00
|
|
|
- id: goto_sleep_2
|
|
|
|
alias: '[Behaviour] Go to sleep (hard cutoff)'
|
2022-02-05 15:11:11 +00:00
|
|
|
mode: single
|
|
|
|
trigger:
|
2022-07-10 21:30:55 +00:00
|
|
|
- platform: calendar
|
|
|
|
event: start
|
|
|
|
offset: '-8:35:0'
|
|
|
|
entity_id: calendar.automations_wakeup
|
2022-02-05 15:11:11 +00:00
|
|
|
condition:
|
|
|
|
- condition: state
|
2022-05-05 22:50:00 +00:00
|
|
|
entity_id: binary_sensor.hulk_ping
|
2022-02-05 15:11:11 +00:00
|
|
|
state: 'on'
|
|
|
|
action:
|
2023-05-30 21:25:31 +00:00
|
|
|
- service: notify.hulk
|
|
|
|
data:
|
|
|
|
title: "Sleep notifier"
|
|
|
|
message: "Go to sleep, computer will be force turned off off in 5 minutes"
|
2022-02-05 15:11:11 +00:00
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
|
|
|
flash: long
|
|
|
|
rgb_color:
|
|
|
|
- 255
|
|
|
|
- 0
|
|
|
|
- 0
|
|
|
|
target:
|
2022-04-18 21:34:03 +00:00
|
|
|
entity_id: light.office_light_up
|
2022-07-10 21:26:49 +00:00
|
|
|
- service: light.turn_on
|
|
|
|
data:
|
|
|
|
rgb_color:
|
|
|
|
- 255
|
|
|
|
- 0
|
|
|
|
- 0
|
|
|
|
target:
|
2023-05-30 21:25:31 +00:00
|
|
|
entity_id: light.office_light_up
|
|
|
|
- delay: '0:04:30'
|
|
|
|
- service: notify.hulk
|
|
|
|
data:
|
|
|
|
title: "Sleep notifier"
|
|
|
|
message: "30 seconds"
|
|
|
|
- delay: '0:00:20'
|
|
|
|
- service: notify.hulk
|
|
|
|
data:
|
|
|
|
title: "Sleep notifier"
|
|
|
|
message: "10 seconds"
|
|
|
|
- delay: '0:00:10'
|
2022-02-05 15:11:11 +00:00
|
|
|
- service: shell_command.pc_poweroff
|
|
|
|
- service: input_boolean.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: input_boolean.pc_caffeine
|
|
|
|
- service: light.turn_off
|
|
|
|
target:
|
2022-04-18 21:34:03 +00:00
|
|
|
entity_id: light.office_light_up
|
2022-02-05 15:11:11 +00:00
|
|
|
- delay: '0:05:00'
|
|
|
|
- service: switch.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: switch.computer_outlet
|