From 75e89ff65b1c21721a61202825a42b7c2863e595 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 25 Sep 2019 22:25:20 +0200 Subject: [PATCH] Add name to picture entity struct --- .../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 a06acfc20646..f63068b6ebac 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?",