Blueprint name
Controller - IKEA E1812 TRÅDFRI Shortcut button
Home Assistant Core Version
2026.1.0
Home Assistant Installation Type
Home Assistant Operating System
Description
I'm probably doing something wrong, but the action defined under long press does not stop looping when the button is released.
Automation YAML config
alias : Controller - IKEA E1812 TRÅDFRI Shortcut button
description : " "
use_blueprint :
path : EPMatt/ikea_e1812.yaml
input :
controller_device : 460a088aab846748f0af1c89996fe47d
action_button_short :
- action : light.toggle
metadata : {}
target :
entity_id : light.tv_led_panel
data : {}
action_button_long :
- action : light.turn_on
metadata : {}
target :
entity_id : light.tv_led_panel
data :
brightness_step_pct : 1
action_button_double :
- action : media_player.toggle
metadata : {}
target :
entity_id : media_player.tv_samsung_comedor
data : {}
button_long_loop : true
button_long_max_loop_repeats : 15
action_button_release :
- action : light.turn_on
metadata : {}
target :
entity_id : light.tv_led_panel
data :
brightness_step_pct : 0
enabled : false
helper_long_press_delay : 340
To Reproduce
Define an action for Long press
Enable Loop until release
Trigger the automation by long pressing
Release the button
See action in long press continue to loop until the max loops set.
Expected behavior
Loop (Brightness increase) stops.
Actual Behaviour
Loop (Brightness increase) continues
Additional Details
Screenshots
Screen.Recording.2026-01-15.at.21.37.50.mov
Additional context
No response
Blueprint name
Controller - IKEA E1812 TRÅDFRI Shortcut button
Home Assistant Core Version
2026.1.0
Home Assistant Installation Type
Home Assistant Operating System
Description
I'm probably doing something wrong, but the action defined under long press does not stop looping when the button is released.
Automation YAML config
To Reproduce
Expected behavior
Loop (Brightness increase) stops.
Actual Behaviour
Loop (Brightness increase) continues
Additional Details
Screenshots
Screen.Recording.2026-01-15.at.21.37.50.mov
Additional context
No response