From 7b76299fabee0ddd4010ed176f4f4f2fcab73173 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 14 May 2022 00:02:03 +0200 Subject: [PATCH] Update office button --- configuration/automations/computer-button.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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