Pipe MQTT "CLEAR" from Tasmota Devices to HA Triggers

My Tasmota device sends a {“Button1”:{“Action”:“CLEAR”}} after a HOLD action, I would like this as a trigger in the HA Automations Triggers.

What is wrong with an mqtt trigger ? Example of one of my automations:

  trigger:
  - platform: mqtt
    topic: lichtbuitenvoordeur/stat/BUTTON2T
    payload: '{"TRIG":"SINGLE"}'
1 Like