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 > -
+
${repeat( cardsConfig, (cardConfig) => this._getKey(cardConfig),