Hi,
How do I make it that this still triggers even when the button is pressed twice:
trigger: state
entity_id:
- event.living_room_tap_switch_action
attribute: event_type
not_from:
- unavailable
- unknown
- none
to: press_3
I don't like using device ID in case I swap out switches so I am trying to avoid it.
For example; I press my button and it shows state as press_3 and triggers my automation but when I press it again because the state in HA doesnt change it doesn't trigger my automation again.
What alternatives are there?