diff --git a/blueprint.yaml b/blueprint.yaml index b96b09a..428b7b0 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -1050,12 +1050,10 @@ trigger: ##### Trigger - Button General ################################################################################################################# ##### Page Button - Trigger "short_press" - SHORT Press via "last_click" ##### - - platform: event - event_type: state_changed - event_data: - entity_id: "{{ last_click }}" + - platform: template + value_template: '{{ states(last_click) is match "releasebutton" }}' id: short_press - + ##### Page Button - Trigger "long_press" - LONG Press via "last_click" - Button LONG Press for jump to Lightsetting or Coversetting Page ##### - platform: template value_template: '{{ states(last_click) is match "press" }}'