When I have the device (Matter integration) and I have to attach to the event type of entity to detect button press, when button is pressed once and in few seconds again, the value does not change, even if event is re-fired.
The below trigger won't fire if the same event happens twice in a row, but only if it changes:
- trigger: state
entity_id:
- event.eventname
attribute: event_type
What is the correct or recommended way to proceed to get every event triggered, even if 2 of them are the same one after another?
Trigger only on the entity state (or any of its arguments) and use the condition for value?
I am for example interested in every button single press