Add comment.
This commit is contained in:
@@ -71,6 +71,8 @@ export class FrigateCardLiveImage extends LitElement {
|
|||||||
.imageConfig=${{
|
.imageConfig=${{
|
||||||
mode: 'camera' as const,
|
mode: 'camera' as const,
|
||||||
refresh_seconds: this._playing ? this.liveImageConfig.refresh_seconds : 0,
|
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}
|
.hass=${this.hass}
|
||||||
.cameraConfig=${this.cameraConfig}
|
.cameraConfig=${this.cameraConfig}
|
||||||
|
|||||||
Reference in New Issue
Block a user