From 26607d0f04c6d726df75cd10b8acbccbfda1cad9 Mon Sep 17 00:00:00 2001 From: zjamnik Date: Wed, 27 May 2026 12:33:10 +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 eeb20cf..880f88b 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: {{ switch + "_button_1" }} - var_button1: {{ switch + "_button_2" }} - var_button1: {{ switch + "_button_3" }} - var_button1: {{ switch + "_button_4" }} \ No newline at end of file + 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