From 0319fd23c5f3e49a096b4464e7ded49de03ad44a Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 10 Dec 2018 23:13:26 -0600 Subject: [PATCH] Remove `id` --- .../lovelace/editor/config-elements/hui-markdown-card-editor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-markdown-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-markdown-card-editor.ts index 94753ef548..3c5a8e37e9 100644 --- a/src/panels/lovelace/editor/config-elements/hui-markdown-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-markdown-card-editor.ts @@ -14,7 +14,6 @@ import { configElementStyle } from "./config-elements-style"; const cardConfigStruct = struct({ type: "string", - id: "string|number", title: "string?", content: "string", });