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