question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

gap before and after an auto-entities card in stack-in-card

See original GitHub issue

Not sure if this is caused any the auto-entities, or the stack-in-card, but since auto-entities changed, please have a look:

using a card config frame like:

type: custom:stack-in-card
keep:
  background: true
cards:

  - type: custom:hui-element
    card_type: markdown
    content: >
      etcetc content
  - type: horizontal-stack
    cards:
      - type: picture-entity
        etcetc
# small visible gap here
  - type: custom:auto-entities
    card:
      type: entities
      title: Volgende ophaaldata
    filter:
      exclude:
        - entity_id: sensor.afvalwijzer*next*
        - entity_id: sensor.afvalwijzer*to*

      include:
        - entity_id: sensor.afvalwijzer_*
          options:
            type: custom:template-entity-row
            etcetc
# small visible gap here
  - type: entities
    show_header_toggle: false
    entities:
     - entity: input_boolean.trash_reminder
       secondary_info: last-changed
       etc etc

the gaps surrounding the central auto-entities card have suddenly appeared:

Schermafbeelding 2021-03-09 om 09 14 22

didn’t change the card config, not the underlying integrations. Only possible options would be the HA instance version 2021.3.2 here or the auto-entities card? Stack in card hasn’t changed either, and this has never been happening.

taking out the auto-entities section makes the gap go away.

please have a look? thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
Mariusthvdbcommented, Mar 22, 2021

Though judging by these images there seems not to be any difference between woonkamer/slaapkamer and bedroomtv/Livingroom tv, I do notice the larger space between the rows in the Feed card.

You can always mod these spacings to your liking using card-mod.

This issue is really about the gaps that occurred after updating auto-entities.

0reactions
Mariusthvdbcommented, Feb 2, 2022

I’ve managed to fix all my (Lovelace) issues in this regard, so closing

Read more comments on GitHub >

github_iconTop Results From Across the Web

Auto-entities - Automatically fill cards with entities
This lovelace plugin lets you automatically put entities into lovelace cards. You can e.g. make an entities card which shows all your rem…...
Read more >
Issue #184 · kalkih/mini-graph-card - auto-entities (Filter)
I have 37 sensors that measure the power consumption and would like to represent the current consumption as a bar chart.
Read more >
My mobile dashboard, mushroom style! : r/homeassistant
It's actually 3 cards all smushed into one card using the custom:stack-in-card See below. First a horizontal stack to combine the name ...
Read more >
Home Assisant Cards
# name stars. ▽ created last commit link 1 mini‑graph‑card 2144 4 years ago 2 days ago GitHub 2 button‑card 1270 4 years ago 2...
Read more >
Mushroom Cards: Room Layout & More Examples
Mushroom Part 2: New Cards, Room Layout and Card Combinations. ... true icon: mdi:car-esp - type: custom:mushroom-update-card entity: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found