šŸŽÆ Actions Card - Add Tap, Hold & Double-Tap Actions to Any Card

thanks for this card. Unfortunately the issue seems to persist…
When setting as follows, the action works when testing inside the visual editor, but after pressing save the ā€œdata: ā€¦ā€ field isn’t saved, only the tap action, action, and service fields.

tap_action:
action: call-service
service: input_number.set_value
data:
entity_id: input_number.simpleswipecardpositioncontrol
number: 4

Thanks for the head-up. The data was saved to the yaml though, so it should have worked, but I now fixed the service data field. It will properly save your configuration. Please download v1.5.5 and let me know if it is fixed.

I tried to use your card yesterday, but it looks like it is not possible to make an action dynamic.
I wanted to use the card for my update window, so I needed it to be able,through templates, to set the different actions I could do for each object in my window, like open a webpage, do an action/service call and so on.

Is it possible to get it to accept templates for at least the action keys?

@WallyR , please open a Github Feature Request and provide as much details and examples as you can.

Will do :slight_smile:

Thanks for the fast development!! :smiley: :smiley:

However it does not seem to work correct.
I have filed a BR on GitHub :slight_smile:

Working well, but is it possible to run 2 (or more) actions from a single gesture, without resorting to running a script?

Currently it is only possible to trigger a single action. I would recommend using a script or automation to trigger multiple actions with a single gesture.