thomasloven / lovelace-fold-entity-row

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

using a combination of auto-entities and fold-entity-row renders the card with transparent background #99

Closed lolouk44 closed 4 years ago

lolouk44 commented 4 years ago

My Home Assistant version: 0.108.4

My lovelace configuration method (GUI or yaml): yaml

What I am doing: using auto-entities and fold-entity-row together

What I expected to happen: white (default) card background

What happened instead: card background is transparent

Minimal steps to reproduce:

# The least ammount of code possible to reproduce my error
cards:
  - type: custom:auto-entities
    card:
      type: custom:fold-entity-row
      head:
        type: section
        label: All Automations
      open: false
    filter:
      include:
        - entity_id: "automation.*"
    sort:
      method: 'name'
# End of code

Error messages from the browser console: None


By putting an X in the boxes ([ ]) below, I indicate that I:

thomasloven commented 4 years ago

Of course. Fold-entity-row is not a card.

Add this to an entities card: