thomasloven / lovelace-fold-entity-row

🔹 A foldable row for entities card, containing other rows
MIT License
587 stars 38 forks source link

Logbook #190

Closed julienlarivee closed 2 years ago

julienlarivee commented 2 years ago

I can't seem to get it work with a logbook. Would it be possible to add this feature?

Here is my code:

type: entities
entities:
  - entity: binary_sensor.detecteur_de_mouvement_entree
    name: Mouvement
  - type: custom:fold-entity-row
    head:
      type: section
      label: Journal
    entities:
      - type: logbook
        entities:
          - binary_sensor.detecteur_de_mouvement_entree
title: Entrée

And what's the error: image

thomasloven commented 2 years ago

logbook is not an entities row. It is a card.

Check out hui-element.