I am creating a TV remote control for my dashboard, and have used a picture-elements card (Picture Elements Card - Home Assistant), with a service-button element to represent each TV Remote button. When the service-button is pressed, the service is called which runs a script, and this performs the remote control action of the ‘button’ that it sits on top of, in the background image.
What I would like to do is to suppress the confirmation tick box that appears when you click on one of the service-boxes - the same green box with a tick in as when you call a service from Developer tools. Is there any way of hiding the confirmation that the service has successfully run? Ideally I would have haptic feedback upon the service-box press instead, but the green box with tick in coming up after each press just seems unnecessary. I’ve tried adding ‘confirmation: false’ to the service-box element config as per the documentation, but I don’t think that applies in this scenario as it doesn’t stop the confirmation. Can anyone help?