thomasloven/lovelace-fold-entity-row

Head with entity label changed

jvcsw opened this issue · 3 comments

jvcsw commented

** IT'S A REQUEST **

Hi everyone,

is it possible put an entity and a label in the header?
In other words, is it possible change the label of the header entity?

Thanks

Possible code:

  • type: entities
    entities:
    - type: custom:fold-entity-row
    head:
    type: light.bed_light
    label: padding
    entities:
    - light.bed_light
    - light.ceiling_lights
    - light.kitchen_lights

Why not using a standard “name” property ?

From the readme:

  • head: and any row in entities: can be customized in exactly the same ways as ordinary entities card rows.
jvcsw commented

Yes!!

Thank you very much.