I’ve got a file on a network share that contains a single URL wrapped in quotes and is mapped to the sensor.file device. My goal is to set a weblink button on my UI that will link this URL, but I can’t seem to figure out how to set it. I’ve tried variation of templates and config like below with no luck. Hoping someone can point me in the right direction. Thanks!
weblink:
entities:
- name: Cross_Link
url: '{{ states.sensor.file }}'