thomasloven / lovelace-template-entity-row

🔹 Display whatever you want in an entities card row.
MIT License
210 stars 16 forks source link

Option to add URL row #34

Closed vaidyasr closed 3 years ago

vaidyasr commented 3 years ago

The URL entities from hass does not support templates. The devices can be accessed via their IP address using their attributes in hass. For example, http://{{ states.device_tracker.tenda_mesh2_sonoff.attributes.ip }}/. It is basically not an issue, a enhancement request.

thomasloven commented 3 years ago

tap_action can now be templates. That should cover this.