Improve documentation & editing for WebRTC.

This commit is contained in:
Dermot Duffy
2021-09-12 16:58:28 -07:00
parent 5dfc7a7208
commit cab9460599
4 changed files with 45 additions and 27 deletions
+6
View File
@@ -401,6 +401,12 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
})}
</paper-listbox>
</paper-dropdown-menu>
<paper-input
label=${localize('webrtc.url')}
.value=${this._config?.webrtc?.url || ''}
.configValue=${'webrtc.url'}
@value-changed=${this._valueChanged}
></paper-input>
</div>`
: ''}
</div>