Add comment.

This commit is contained in:
Dermot Duffy
2022-10-09 16:38:51 -07:00
parent ad872eb3be
commit 8e249f27ff
+2
View File
@@ -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}