1
0

Auto turn computer off

This commit is contained in:
Przemek Grondek 2024-04-22 19:34:44 +02:00
parent 6c11e307c0
commit f6fdc3a677
2 changed files with 12 additions and 14 deletions

View File

@ -1,14 +0,0 @@
- id: computer_off
alias: '[Computer Cave] Turning computer off automation'
description: ''
trigger:
- platform: state
entity_id: binary_sensor.hulk_ping
to: 'off'
for:
minutes: 5
action:
- service: light.turn_off
entity_id:
- light.office
mode: single

View File

@ -0,0 +1,12 @@
- id: office_computer_auto_off
alias: '[Office] Turning computer off'
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.computer_outlet_electrical_measurement
for:
minutes: 15
action:
- service: switch.turn_off
target:
entity_id: switch.computer_outlet