2023-06-12 23:56:22 +02:00
|
|
|
- id: office_button_light_toggle
|
2021-10-11 20:15:50 +02:00
|
|
|
alias: '[Office] Button Light'
|
2022-08-13 19:17:30 +02:00
|
|
|
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:
|
2022-08-13 19:17:30 +02:00
|
|
|
- service: script.office_lights_toggle
|
2021-05-10 12:24:31 +02:00
|
|
|
|
2023-06-12 23:56:22 +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
|