From a6c7c04641401072034d944e293cf3a444cae4c0 Mon Sep 17 00:00:00 2001 From: zjamnik Date: Wed, 27 May 2026 13:58:23 +0000 Subject: [PATCH] Update hue-dimmer-blueprint.yaml --- hue-dimmer-blueprint.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hue-dimmer-blueprint.yaml b/hue-dimmer-blueprint.yaml index 0ef1876..f5c7c4f 100644 --- a/hue-dimmer-blueprint.yaml +++ b/hue-dimmer-blueprint.yaml @@ -10,6 +10,14 @@ blueprint: default: selector: action: + button2_long_press: + default: + selector: + action: + button1_short_press: + default: + selector: + action: triggers: - event_type: state_changed event_data: @@ -27,4 +35,7 @@ actions: mode: single trigger_variables: var_switch: !input switch - var_button1: "{{ device_entities(switch)[1] }}" \ No newline at end of file + var_button1: "{{ device_entities(var_switch)[1] }}" + var_button2: "{{ device_entities(var_switch)[1] }}" + var_button3: "{{ device_entities(var_switch)[1] }}" + var_button4: "{{ device_entities(var_switch)[1] }}" \ No newline at end of file