From f4bd42dfd41dbb67085f3c3be0089e44d094b217 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 25 Sep 2019 23:37:54 +0200 Subject: [PATCH] Add name to picture entity struct (#3809) --- .../editor/config-elements/hui-picture-entity-card-editor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/lovelace/editor/config-elements/hui-picture-entity-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-picture-entity-card-editor.ts index a06acfc206..f63068b6eb 100644 --- a/src/panels/lovelace/editor/config-elements/hui-picture-entity-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-picture-entity-card-editor.ts @@ -31,6 +31,7 @@ const cardConfigStruct = struct({ type: "string", entity: "string", image: "string?", + name: "string?", camera_image: "string?", camera_view: "string?", aspect_ratio: "string?",