27 lines
666 B
YAML
27 lines
666 B
YAML
- id: office_button_light_toggle
|
|
alias: '[Office] Button Light'
|
|
mode: single
|
|
trigger:
|
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
|
domain: zha
|
|
platform: device
|
|
type: remote_button_short_press
|
|
subtype: turn_on
|
|
action:
|
|
- service: script.office_lights_toggle
|
|
|
|
- id: office_button_wol
|
|
alias: '[Office] Button PC On'
|
|
trigger:
|
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
|
domain: zha
|
|
platform: device
|
|
type: remote_button_short_press
|
|
subtype: turn_off
|
|
action:
|
|
- service: switch.turn_on
|
|
target:
|
|
entity_id: switch.computer_outlet
|
|
- service: script.pc_pwr_button
|
|
mode: single
|