diff --git a/src/data/lovelace.ts b/src/data/lovelace.ts index d43747f06a..1b4f47aa38 100644 --- a/src/data/lovelace.ts +++ b/src/data/lovelace.ts @@ -33,7 +33,6 @@ export interface LovelaceSectionElement extends HTMLElement { lovelace?: Lovelace; preview?: boolean; viewIndex?: number; - columnSpan?: number; index?: number; cards?: HuiCard[]; isStrategy: boolean; diff --git a/src/panels/lovelace/sections/hui-grid-section.ts b/src/panels/lovelace/sections/hui-grid-section.ts index dc5012724c..8378b3e173 100644 --- a/src/panels/lovelace/sections/hui-grid-section.ts +++ b/src/panels/lovelace/sections/hui-grid-section.ts @@ -35,8 +35,6 @@ export class GridSection extends LitElement implements LovelaceSectionElement { @property({ type: Boolean }) public isStrategy = false; - @property({ type: Number, attribute: "column_span" }) public columnSpan = 1; - @property({ attribute: false }) public cards: HuiCard[] = []; @state() _config?: LovelaceSectionConfig; @@ -79,12 +77,7 @@ export class GridSection extends LitElement implements LovelaceSectionElement { .options=${CARD_SORTABLE_OPTIONS} invert-swap > -