Add editor support and README update for downloading.
This commit is contained in:
@@ -411,6 +411,18 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
|
||||
></ha-switch>
|
||||
</ha-formfield>
|
||||
<br />
|
||||
<ha-formfield
|
||||
.label=${localize('editor.show_button') +
|
||||
': ' +
|
||||
localize('menu.download')}
|
||||
>
|
||||
<ha-switch
|
||||
.checked=${this._config?.menu_buttons?.download ?? true}
|
||||
.configValue=${'menu_buttons.download'}
|
||||
@change=${this._valueChanged}
|
||||
></ha-switch>
|
||||
</ha-formfield>
|
||||
<br />
|
||||
<ha-formfield
|
||||
.label=${localize('editor.show_button') +
|
||||
': ' +
|
||||
|
||||
Reference in New Issue
Block a user