benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support grouping of entries

andreas-bulling opened this issue · comments

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.

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

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

изображение

type: entities
entities:
  - type: custom:fold-entity-row
    head:
      type: custom:multiple-entity-row
      entity: sun.sun
    entities:
      - sun.sun
      - sun.sun

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.

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