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

@@ -398,6 +398,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
`
: ``}
<ha-yaml-editor
.hass=${this.hass}
.defaultValue=${this._preprocessYaml()}
@value-changed=${this._yamlChanged}
></ha-yaml-editor>