Gauge with link to Amazon

I have a dashboard with gauges for all my sensors and switches to show the battery percentage.

What would be really handy would be to be able to link each one to the relevant battery on Amazon so that I could just click on a gauge to order more batteries once it got below a certain level.

Is that at all possible?

what using a vertical stack card

top one has the gauge in it

and the other is a markdown

content: >+

  [AA
  Batteries](https://www.amazon.com/Energizer-Batteries-Double-Battery-Alkaline/dp/B079GXSFPB/ref=sr_1_2_sspa?dchild=1&keywords=aa+batteries&qid=1591244284&sr=8-2-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEzUkE1OU9QVlNaQkMxJmVuY3J5cHRlZElkPUEwODA2ODY0ODhNWjhFUU4xUUNDJmVuY3J5cHRlZEFkSWQ9QTAxMjc2NDEyRkdJQVJQSFRCUThXJndpZGdldE5hbWU9c3BfYXRmJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==)
type: markdown

look like this
image

Not sure I get you on that one. This is what my dashboard looks like:

So, the bathroom switch takes some little coin battery that I can’t remember the name of. It would be handy, once that gets down to, say, 10% to just be able to click on that and be taken straight to the Amazon product page, or the Amazon search page to order them. I wasn’t sure if there was some way I could add something like:

url: https://www.amazon.co.uk/s?k=cr2032+batteries&crid=QJPFYNKVDCGZ&sprefix=cr2032%2Caps%2C145&ref=nb_sb_ss_i_3_6

As a parameter to the entry in my Batteries.dash file.

Looking round, I’m guessing a custom widget might do it. I just need to work out how to create one!