README updates.

This commit is contained in:
Dermot Duffy
2021-10-16 21:17:56 -07:00
parent 0d7c20b550
commit 80c2fb71ac
3 changed files with 16 additions and 3 deletions
+9
View File
@@ -339,6 +339,15 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
.configValue=${'dimensions.aspect_ratio'}
@value-changed=${this._valueChanged}
></paper-input>
<paper-input
label=${localize('editor.image')}
prevent-invalid-input
.value=${this._config?.image
? String(this._config?.image)
: ''}
.configValue=${'image'}
@value-changed=${this._valueChanged}
></paper-input>
<ha-formfield
.label=${localize('editor.show_button') +
': ' +
+2 -1
View File
@@ -33,7 +33,8 @@
"zone": "Zone",
"label": "Frigate label/object filter (Optional)",
"live_provider": "Live view provider (Optional)",
"live_preload": "Preload live view (Optional)"
"live_preload": "Preload live view (Optional)",
"image": "Static image URL for image view (Optional)"
},
"menu": {
"frigate": "Frigate Menu / Default View",