1
0
Fork 0
ansible-home-assistant/automations/files/computer-lights.yaml
Przemek Grondek 11d3512b2a Housekeeping
use light groups instead of multiple lights
 add prefix to some automations
 rename some files
2021-01-23 19:32:51 +01:00

17 lines
No EOL
374 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
condition: []
action:
- service: light.turn_off
data: {}
entity_id:
- light.computer_lights
- light.desk_lamp
mode: single