#Reacting on a Matter event-based button

1 messages · Page 1 of 1 (latest)

clear lance
#

I've added the new Elkato Matter Bridge (EUD64NPN-IPM) and added a enOcean remote to it. Now I want to react on the button pushed of the remote.
How can I detect if the button was pressed?

unborn lichen
#
triggers:
  - trigger: state
    entity_id: event.office_dial_moes_action
    to: ~
        # null and ~ (and NULL) are functionally identical - I just happen to prefer ~
conditions:
  - condition: template
    value_template: >-
      {{ trigger.to_state.attributes.event_type == 'toggle' }}
#

Replace with your entity and event types