In 2021.11, is there an easy way to make a weblink that points to a device configuration url?
In your lovelace config file, use an entities card with a type of “weblink”
eg.
- type: entities
entities:
- entity: sensor.prn_model_desc
name: Model
- entity: sensor.prn_serial_number
name: Serial Number
- entity: sensor.prn_model_desc
type: weblink
url: http://192.168.0.191
Thanks @aheath , I got that, but it involves hard-coding each of the URLs. Is there a way to automatically use the new device configuration URL properties from 2021.11?
My bad! Misread what you were asking. Sorry.
I have no idea how to add the web link of the device configuration URL without hard coding it. It doesn’t appear as an entity or an attribute of an entity as far as I can tell.