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?",