gap before and after an auto-entities card in stack-in-card
See original GitHub issueNot 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:

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:
- Created 3 years ago
- Comments:9
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
I’ve managed to fix all my (Lovelace) issues in this regard, so closing