Pass through correct camera name.

This commit is contained in:
Dermot Duffy
2021-10-07 20:47:05 -07:00
parent 1286f7a473
commit 8cf460fdb7
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -583,6 +583,7 @@ export class FrigateCard extends LitElement {
? html` <frigate-card-live
.hass=${this._hass}
.config=${this.config}
.frigateCameraName=${this._frigateCameraName}
@frigate-card:media-load=${this._mediaLoadHandler}
@frigate-card:pause=${this._pauseHandler}
@frigate-card:play=${this._playHandler}