Help! Glance Card -> Hold_Action -> GoTo Device website

Hello!

I can’t figure out how to get the device IP adress as URL source in glance card.
I want an easy way to go to my devices website without having to:
Look up IP in status > go to browser > type ip

I´ve setup this so far, and I need to find a way to get the device IP in below where I Currently have
https://www.google.se

type: glance
entities:
  - entity: sensor.office_ceilinglamp_status
    name: Taklampa kontor
    icon: 'mdi:wifi'
    hold_action:
      action: url
      url_path: 'https://www.google.se'
title: Webfront

Using the address 10.10.10.10 as an example:

http://10.10.10.10

Or

https://10.10.10.10

Sorry maybe I was not clear enough, I do not want to type the adress, since its DHCP assigned atm.
As tasmota reports the IP-adress for each device I want to grab the reported adress and make it a link

sensor.office_ceilinglamp_status**.IPadress** in some manner… I cannot figure it out
I tried doing an url_path_template: but that didnt work

You can’t just make up options for Lovelace cards. You can only use the available options shown in the documentation. And you can’t template the options without something like this:

Thank you I’ll take a look :slight_smile: