marcokreeft87 / room-card

Show multiple entity states, attributes and icons in a single card in Home Assistant's Lovelace UI
MIT License
228 stars 38 forks source link

Both icon and state in info entities #268

Closed metbril closed 1 year ago

metbril commented 1 year ago

Currently, the info entities row can show an icon OR the state (text). I would like to have the possibility to show both (show_state: true AND show_icon: true). The use case for this is when you have multiple sensors with similar values that you want to show. For example multiple percentages. An additional icon would be nice to distinguish both.

marcokreeft87 commented 1 year ago

The problem is that there isn't that much room. So both won't be visual pleasing. I would recommend using different icons. The idea behind the card is to group entities per room, so if you have multiple sensor of the same type it's better to combine them in a group with the helpers HA provides

metbril commented 1 year ago

Visually pleasing or not is to the user. ;-) As long as it's optional to pick one or both. A workaround would be to add each sensor twice, but I prefer to prevent having to do that.

marcokreeft87 commented 1 year ago

True, but I try to keep to the designed purpose of the card

On Sat, Sep 9, 2023, 10:46 Robert @.***> wrote:

Visually pleasing or not is to the user. ;-) As long as it's optional to pick one or both. A workaround would be to add each sensor twice, but I prefer to prevent having to do that.

— Reply to this email directly, view it on GitHub https://github.com/marcokreeft87/room-card/issues/268#issuecomment-1712459565, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOAAPJP4RIWDSOIBVAGHR3XZQUFRANCNFSM6AAAAAA4RJAGV4 . You are receiving this because you commented.Message ID: @.***>