From 8e249f27ffc77bf0dd60e8dabb68de135b0acb91 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 9 Oct 2022 16:38:51 -0700 Subject: [PATCH] Add comment. --- src/components/live/live-image.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/live/live-image.ts b/src/components/live/live-image.ts index 2699b548..5f0c6da3 100644 --- a/src/components/live/live-image.ts +++ b/src/components/live/live-image.ts @@ -71,6 +71,8 @@ export class FrigateCardLiveImage extends LitElement { .imageConfig=${{ mode: 'camera' as const, refresh_seconds: this._playing ? this.liveImageConfig.refresh_seconds : 0, + // Don't need to pass layout options as FrigateCardLiveProvider has + // already taken care of this for us. }} .hass=${this.hass} .cameraConfig=${this.cameraConfig}