Don't autoplay clips by default.

This commit is contained in:
Dermot Duffy
2021-08-21 10:36:11 -07:00
parent 083d91c7bd
commit 5f7a442cc3
3 changed files with 47 additions and 37 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
></paper-input>
<ha-formfield .label=${`Autoplay clip`}>
<ha-switch
.checked=${this._config?.autoplay_clip !== false}
.checked=${this._config?.autoplay_clip === true}
.configValue=${'autoplay_clip'}
@change=${this._valueChanged}
></ha-switch>