2023-06-12 21:56:22 +00:00
|
|
|
- id: office_button_light_toggle
|
2021-10-11 18:15:50 +00:00
|
|
|
alias: '[Office] Button Light'
|
2022-08-13 17:17:30 +00:00
|
|
|
mode: single
|
2020-12-06 19:47:20 +00:00
|
|
|
trigger:
|
|
|
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_short_press
|
|
|
|
subtype: turn_on
|
|
|
|
action:
|
2022-08-13 17:17:30 +00:00
|
|
|
- service: script.office_lights_toggle
|
2021-05-10 10:24:31 +00:00
|
|
|
|
2023-06-12 21:56:22 +00:00
|
|
|
- id: office_button_wol
|
2022-05-13 22:02:03 +00:00
|
|
|
alias: '[Office] Button WoL'
|
2020-12-06 19:47:20 +00:00
|
|
|
trigger:
|
|
|
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_short_press
|
|
|
|
subtype: turn_off
|
2022-05-13 22:02:03 +00:00
|
|
|
action:
|
|
|
|
- service: switch.turn_on
|
|
|
|
target:
|
|
|
|
entity_id: switch.hulk_wol
|
2020-12-06 19:47:20 +00:00
|
|
|
mode: single
|