1
0
ansible-home-assistant/configuration/automations/behaviour-goto-sleep.yaml

96 lines
2.3 KiB
YAML

- id: goto_sleep
alias: '[Behaviour] Go to sleep'
mode: single
trigger:
- 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
condition:
- condition: state
entity_id: binary_sensor.hulk_ping
state: 'on'
action:
- service: light.turn_on
data:
flash: long
rgb_color:
- 255
- 0
- 0
target:
entity_id: light.office_light_up
- delay: '0:05:00'
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.hulk_ping
state: 'on'
- condition: state
entity_id: input_boolean.pc_caffeine
state: 'off'
sequence:
- service: shell_command.pc_poweroff
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.hulk_ping
state: 'on'
- condition: state
entity_id: input_boolean.pc_caffeine
state: 'on'
sequence:
- service: input_boolean.turn_off
target:
entity_id: input_boolean.pc_caffeine
- service: light.turn_off
target:
entity_id: light.office_light_up
- id: goto_sleep_2
alias: '[Behaviour] Go to sleep (hard cutoff)'
mode: single
trigger:
- platform: calendar
event: start
offset: '-8:35:0'
entity_id: calendar.automations_wakeup
condition:
- condition: state
entity_id: binary_sensor.hulk_ping
state: 'on'
action:
- service: light.turn_on
data:
flash: long
rgb_color:
- 255
- 0
- 0
target:
entity_id: light.office_light_up
- service: light.turn_on
data:
rgb_color:
- 255
- 0
- 0
target:
entity_id: light.office
- delay: '0:05:00'
- service: shell_command.pc_poweroff
- service: input_boolean.turn_off
target:
entity_id: input_boolean.pc_caffeine
- service: light.turn_off
target:
entity_id: light.office_light_up
- delay: '0:05:00'
- service: switch.turn_off
target:
entity_id: switch.computer_outlet