thomasloven / lovelace-template-entity-row

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

Entity is showed twice since upgrading HA to 2021.7.4 #60

Closed sagilo closed 2 years ago

sagilo commented 2 years ago

I used 2021.4.x and upgraded to July release, since then, one of the cards is now showing the entity twice. Here is the configuration for this entity:

  - type: custom:template-entity-row
    icon: mdi:scale
    name: Worked today
    entity: sensor.switcher_on_today
    state: '{{ (states.sensor.switcher_on_today.state | float * 60) | int }} m'

See the second row: image

Altering the name or icon is updating both the entities

thomasloven commented 2 years ago

Please copy and paste what your browser console says about template-entity-row.

sagilo commented 2 years ago
TEMPLATE-ENTITY-ROW 1.1.1 IS INSTALLED 

Looks like one is wrapper and the copy is staging: image

thomasloven commented 2 years ago

So that's an eight month old version...