From 4a486ff28b215eeb76f7ecf7da3ceae4c7dac3a9 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:17:28 +0000 Subject: [PATCH] Add fallback for empty cards in sections view (#28565) * Initial plan * Add edit-mode class to container in hui-grid-section to enable minimum card height Co-authored-by: piitaya <5878303+piitaya@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: piitaya <5878303+piitaya@users.noreply.github.com> --- src/panels/lovelace/sections/hui-grid-section.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/sections/hui-grid-section.ts b/src/panels/lovelace/sections/hui-grid-section.ts index 8918a0db24..c505dd0d6f 100644 --- a/src/panels/lovelace/sections/hui-grid-section.ts +++ b/src/panels/lovelace/sections/hui-grid-section.ts @@ -99,7 +99,7 @@ export class GridSection extends LitElement implements LovelaceSectionElement { @item-removed=${this._cardRemoved} invert-swap > -