1
0
ansible-home-assistant/configuration/automations/computer.yaml
2021-05-25 00:13:16 +02:00

13 lines
277 B
YAML

- id: computer_awake
alias: '[Computer] awakes'
mode: single
trigger:
- platform: state
entity_id: binary_sensor.desktop
to: 'on'
from: 'off'
action:
- service: input_boolean.turn_off
target:
entity_id: input_boolean.pc_sleeping