When I hold the button on my PC (left mouse button) the action is performed correctly. But when I hold the button in the HA android app, nothing happens.
Then when I ad a double_tap_action with the same button.press and the same entity_id as a target, it works both on the PC and in the app.
Appreciate your response.
I wasn’t planning on using both the double_tap_action and the hold_action, so for now I just use the one that is working and I patiently wait for the next release.
Have spent too much time on it, thinking I did something wrong.
Wondering if there was a difference between
action: button.press
vs
call service: with service: button.press and service_data the entity_id
(That’s just me struggeling with yaml I spose)
Then I found the code that I included in my first post actually worked on the PC, just not on the Android app.