Button Card Configuration: Allow to configure data if a script is called via GUI

Hi,

I have a script with parameters which I want to call (with different parameters) from a button card.

Right now I need to have a script for each parameter I want, since the button card does not allow to configure the data for the called script.

It is possible via YAML, but not via GUI.

Please change that.

Cu!

Yes, it does.

tap_action:
  action: call_service
  service: script.your_script
  service_data:
    your_parameter: your_value

You are right. Did not recognize that, since I used the GUI and did not check the documentation.

Change the topic above to include the GUI.