From 7025592e8ed45c4ad24d9fc6c4570cff04ccbd94 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 17 Jan 2020 02:44:57 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20picture=20glance=20card's?= =?UTF-8?q?=20camera=5Fview=20option=20in=20editor=20(#4495)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/config-elements/hui-picture-glance-card-editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-picture-glance-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-picture-glance-card-editor.ts index 32400fc05b..7b3009ee16 100644 --- a/src/panels/lovelace/editor/config-elements/hui-picture-glance-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-picture-glance-card-editor.ts @@ -79,7 +79,7 @@ export class HuiPictureGlanceCardEditor extends LitElement } get _camera_view(): string { - return this._config!.camera_view || this._camera_image ? "auto" : ""; + return this._config!.camera_view || "auto"; } get _state_image(): {} {