16 lines
387 B
YAML
16 lines
387 B
YAML
- id: computer_off
|
|
alias: '[Computer Cave] Turning computer off automation'
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id: binary_sensor.desktop
|
|
to: 'off'
|
|
for:
|
|
minutes: 5
|
|
action:
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- light.computer_lights
|
|
- light.desk_lightbar
|
|
- light.desk_lightbar_ambilight
|
|
mode: single |