@courtney the matter stuff uses events as far as i can tell so my reply here might belp save you some time in setting them up https://community.home-assistant.io/t/are-stateless-matter-thread-buttons-supported-tuo-button-only-shows-battery-state/595422/27
good luck and have fun!

I got my Tuo Smart button and all 3 functions working with the following Automation. It waits for any button press then decides what to do, so no issue doing two single presses in a row. alias: TUO Smart Button description: "" triggers: - entity_id: event.tuo_smart_button_button trigger: state conditions: [] actions: - choose: - conditions: - condition: template value_template: | {{ trigger.to_state.attributes.event_type == 'multi_press_1' }} ...