benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
MIT License
768 stars 55 forks source link

Entity status differes from standard status #296

Closed Tom-Heitbrink closed 1 year ago

Tom-Heitbrink commented 1 year ago

When using an entity status of a binary sensor from a doorsensor, the card shows on/off. When using this same entity in a standard entity card, it shows Open/Closed from status, since they are driven by the device-class attrribute.

Is there a way to implement the same logic here ?

ildar170975 commented 1 year ago

Duplicate https://github.com/benct/lovelace-multiple-entity-row/issues/292

Tom-Heitbrink commented 1 year ago

Indeed a duplicate