2020-11-08 23:55:19 +01:00
|
|
|
- id: computer_off
|
2021-01-07 01:48:14 +01:00
|
|
|
alias: '[Computer Cave] Turning computer off automation'
|
2020-11-08 23:55:19 +01:00
|
|
|
description: ''
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.desktop
|
|
|
|
to: 'off'
|
|
|
|
for:
|
|
|
|
minutes: 5
|
|
|
|
action:
|
|
|
|
- service: light.turn_off
|
|
|
|
entity_id:
|
2022-04-20 00:15:03 +02:00
|
|
|
- light.office
|
2020-11-08 23:55:19 +01:00
|
|
|
mode: single
|