thomasloven / lovelace-template-entity-row

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

FR: hide pointer mouse action when no icon is set #103

Open Mariusthvdb opened 1 year ago

Mariusthvdb commented 1 year ago

creating an empty row in an entities card can be as clean as:

      - type: custom:template-entity-row
        state: ''
        name: ''

however, this still shows the mouse handle on hovering the icon placeholder.

Would be awesome if we could somehow prevent this, from within the template-entity-row config itself, and not have to card_mod the full action block.

please consider? thx