Skip to content

Commit

Permalink
Add autocomplete-icons for mdi:*
Browse files Browse the repository at this point in the history
  • Loading branch information
htmltiger authored Jul 5, 2022
1 parent 97ff4b3 commit 87089b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-editor-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 87089b2

Please sign in to comment.