diff --git a/configuration/automations/computer-button.yaml b/configuration/automations/computer-button.yaml index 11b2cb6..1e0d2aa 100644 --- a/configuration/automations/computer-button.yaml +++ b/configuration/automations/computer-button.yaml @@ -1,4 +1,4 @@ -- id: button-office-table +- id: button-office-on alias: '[Office] Button Light' trigger: - device_id: 5b972523e427721ec88e095994f7cc16 @@ -43,13 +43,16 @@ kelvin: 3200 mode: single -- id: button-office-desk - alias: '[Office] Button Desk' +- id: button-office-off + alias: '[Office] Button WoL' trigger: - device_id: 5b972523e427721ec88e095994f7cc16 domain: zha platform: device type: remote_button_short_press subtype: turn_off - action: [] + action: + - service: switch.turn_on + target: + entity_id: switch.hulk_wol mode: single