Merge pull request #43 from htmltiger/htmltiger-patch-1

Add autocomplete-icons for mdi:*
This commit is contained in:
htmltiger 2022-07-05 23:48:23 +01:00 committed by GitHub
commit eef0059c94
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">