Fix motion entity bug, superfluous comma.

This commit is contained in:
Dermot Duffy
2021-08-14 09:23:05 -07:00
parent 606c4e6267
commit 139baf4b28
+1 -2
View File
@@ -1,7 +1,6 @@
// TODO Feature: Make editor work. // TODO Feature: Make editor work.
// TODO Feature: Add title to clips / snapshots playing/viewing // TODO Feature: Add title to clips / snapshots playing/viewing
// TODO Bug: Clips do not auto-play on Android. // TODO Bug: Clips do not auto-play on Android.
// TODO Bug: Motion icon does not appear to update
// TODO Bug: Sometimes webrtc component shows up as not found in browser (maybe after fresh build?) // TODO Bug: Sometimes webrtc component shows up as not found in browser (maybe after fresh build?)
// TODO Last step: Add documentation & screenshots. // TODO Last step: Add documentation & screenshots.
@@ -650,7 +649,7 @@ export class FrigateCard extends LitElement {
return html` return html`
<ha-card @click=${this._interactionHandler}> <ha-card @click=${this._interactionHandler}>
<frigate-card-menu <frigate-card-menu
.motionEntity=${this.config.motion_entity}, .motionEntity=${this.config.motion_entity}
.hass=${this._hass} .hass=${this._hass}
.actionCallback=${this._menuActionHandler.bind(this)} .actionCallback=${this._menuActionHandler.bind(this)}
> >