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

Support grouping of entries #318

Open andreas-bulling opened 9 months ago

andreas-bulling commented 9 months ago

It would be great if one could "group" entities and the group could be given a single label shown above the values. Let's say, for example, I want to show the power and current currently coming from our solar system on the roof and I want to use a single label "Roof" for both.

ildar170975 commented 9 months ago

Check already existing solutions like fold-entity-row (which may work with m-e-r easily).

Arman-GeDon commented 8 months ago

Check already existing solutions like fold-entity-row (which may work with m-e-r easily).

Can you show an example of yaml: fold-entity-row with m-e-r together? Thx

ildar170975 commented 8 months ago

изображение

type: entities
entities:
  - type: custom:fold-entity-row
    head:
      type: custom:multiple-entity-row
      entity: sun.sun
    entities:
      - sun.sun
      - sun.sun
andreas-bulling commented 8 months ago

This is not exactly what I had in mind - I meant that groups of two or more entities are shown (without having to unfold them) but with one (centered) label above them.

ildar170975 commented 8 months ago

Then care to provide a DETAILED description of your FR including a draft picture.