mirror of
https://github.com/junkfix/config-editor-card.git
synced 2026-02-22 18:26:31 +01:00
Merge pull request #43 from htmltiger/htmltiger-patch-1
Add autocomplete-icons for mdi:*
This commit is contained in:
commit
eef0059c94
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue