From daab076bc10ca34280e8fe52c6e9eea9c35b2915 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Tue, 26 Oct 2021 12:07:56 +0000 Subject: [PATCH] remove index --- src/components/ha-chip.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/ha-chip.ts b/src/components/ha-chip.ts index 4c96ae48ab..6368c7f8ab 100644 --- a/src/components/ha-chip.ts +++ b/src/components/ha-chip.ts @@ -12,8 +12,6 @@ import { customElement, property } from "lit/decorators"; @customElement("ha-chip") export class HaChip extends LitElement { - @property({ type: Number }) public index = 0; - @property({ type: Boolean }) public outline = false; @property() public label?: string;