Hi all
is it possible to create a sensor with a clickable link?
I have created a sensor with platform template like this
- platform: template
sensors:
addr_giu:
friendly_name: "Address"
value_template: "{{ states.sensor.giu.attributes.street }}, {{ states.sensor.giu.attributes.street_number }} - {{ states.sensor.giu.attributes.map_link }}"
and the last attribute is a Google Maps link.
How can I show it and have it clickable?
Thanks