Add autocomplete-icons for mdi:*

This commit is contained in:
htmltiger 2022-07-05 23:48:11 +01:00 committed by GitHub
parent 97ff4b37c0
commit 87089b2768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ render(){
@change=${this.updateText} id="code" @keydown=${this.saveKey}>${this.code}</textarea>`:
html`<ha-code-editor id="code" mode="yaml" ?readOnly=${!0==this.edit.readonly}
@keydown=${this.saveKey} .hass=${this._hass} @value-changed=${this.updateText}
dir="ltr" autocomplete-entities></ha-code-editor>`}
dir="ltr" autocomplete-entities autocomplete-icons></ha-code-editor>`}
</div>
${this.edit.hidefooter ? '' : html`
<div class="bar">