README updates.
This commit is contained in:
@@ -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') +
|
||||
': ' +
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user