From be7974517fb3abff30ce2b25b68db3a1b51badd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Mon, 22 Apr 2024 19:12:38 +0200 Subject: [PATCH] Update PC button --- configuration/automations/computer-button.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration/automations/computer-button.yaml b/configuration/automations/computer-button.yaml index a4f2075..c09a41f 100644 --- a/configuration/automations/computer-button.yaml +++ b/configuration/automations/computer-button.yaml @@ -11,7 +11,7 @@ - service: script.office_lights_toggle - id: office_button_wol - alias: '[Office] Button WoL' + alias: '[Office] Button PC On' trigger: - device_id: 5b972523e427721ec88e095994f7cc16 domain: zha @@ -21,5 +21,6 @@ action: - service: switch.turn_on target: - entity_id: switch.hulk_wol + entity_id: switch.computer_outlet + - service: script.pc_pwr_button mode: single