1
0
Fork 0
ansible-home-assistant/roles/automations/files/office-computer-button.yaml

27 lines
666 B
YAML
Raw Normal View History

- id: office_button_light_toggle
2021-10-11 20:15:50 +02:00
alias: '[Office] Button Light'
mode: single
2020-12-06 20:47:20 +01:00
trigger:
- device_id: 5b972523e427721ec88e095994f7cc16
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
action:
- service: script.office_lights_toggle
2021-05-10 12:24:31 +02:00
- id: office_button_wol
2024-04-22 19:12:38 +02:00
alias: '[Office] Button PC On'
2020-12-06 20:47:20 +01:00
trigger:
- device_id: 5b972523e427721ec88e095994f7cc16
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
2022-05-14 00:02:03 +02:00
action:
- service: switch.turn_on
target:
2024-04-22 19:12:38 +02:00
entity_id: switch.computer_outlet
- service: script.pc_pwr_button
2020-12-06 20:47:20 +01:00
mode: single