Add entity id autocompletion to YAML code editors (#11099)

This commit is contained in:
Kuba Wolanin
2022-02-04 11:02:09 +01:00
committed by GitHub
parent bfaf44f9d1
commit f47440083e
22 changed files with 251 additions and 98 deletions

View File

@@ -18,6 +18,7 @@ export class HaObjectSelector extends LitElement {
protected render() {
return html`<ha-yaml-editor
.hass=${this.hass}
.disabled=${this.disabled}
.placeholder=${this.placeholder}
.defaultValue=${this.value}