From 7827cec2124fe96b7f70e89585d242100a80ea96 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 9 May 2019 09:43:52 -0700 Subject: [PATCH] Fix demo camera images (#3179) --- src/components/ha-camera-stream.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ha-camera-stream.ts b/src/components/ha-camera-stream.ts index 6d8b17c515..f60e0b8c86 100644 --- a/src/components/ha-camera-stream.ts +++ b/src/components/ha-camera-stream.ts @@ -48,12 +48,12 @@ class HaCameraStream extends LitElement { } return html` - ${this._shouldRenderMJPEG + ${__DEMO__ || this._shouldRenderMJPEG ? html`