Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions blueprints/controllers/ikea_e2001_e2002/ikea_e2001_e2002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ actions:
sequence: !input action_button_up_short
# if double press event is disabled run the action for the single short press
default:
# check if last event was release_0 to avoid triggering on during long press
- condition: '{{ last_controller_event != "release_0" }}'
# fire the event
- event: ahb_controller_event
event_data:
Expand Down