From 9547fe10165af48457e5a443d54c46065a7c41ab Mon Sep 17 00:00:00 2001 From: zjamnik Date: Wed, 27 May 2026 12:34:36 +0000 Subject: [PATCH] Update hue-dimmer-blueprint.yaml --- hue-dimmer-blueprint.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hue-dimmer-blueprint.yaml b/hue-dimmer-blueprint.yaml index 880f88b..109fc0d 100644 --- a/hue-dimmer-blueprint.yaml +++ b/hue-dimmer-blueprint.yaml @@ -152,7 +152,7 @@ actions: mode: single trigger_variables: var_switch: !input switch - var_button1: {{ var_switch + "_button_1" }} - var_button1: {{ var_switch + "_button_2" }} - var_button1: {{ var_switch + "_button_3" }} - var_button1: {{ var_switch + "_button_4" }} \ No newline at end of file + var_button1: {{ device_name(var_switch) + "_button_1" }} + var_button1: {{ device_name(var_switch) + "_button_2" }} + var_button1: {{ device_name(var_switch) + "_button_3" }} + var_button1: {{ device_name(var_switch) + "_button_4" }} \ No newline at end of file