Is there a way to create a "normal", blue, underlined link using the href tag?
I've followed the developer docs at App Preferences | Hubitat Documentation, but I can only render a gray box that I can click on to open a link.
While it functionally works, I'd like to add a standard style link to an app page.
My code looks like:
href name: "example",
title: "<B>See it in action:</B>",
state: "null",
url: "http://www.foo.com",
params: "none",
description: "Click to make a HTTP request. (This will open a new window).",
style: "external"
Thanks.