mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Updated to 2022.10.1
This commit is contained in:
@@ -63,9 +63,8 @@ class SearchCard extends ct.LitElement {
|
||||
slot="prefix"></ha-icon>
|
||||
<ha-icon-button slot="suffix"
|
||||
@click="${this._clearInput}"
|
||||
icon="mdi:close"
|
||||
alt="Clear"
|
||||
title="Clear"></ha-icon-button>
|
||||
title="Clear"><ha-icon icon="mdi:close"></ha-icon></ha-icon-button>
|
||||
</paper-input>
|
||||
${results.length > 0 ?
|
||||
ct.LitHtml `<div id="count">Showing ${results.length} of ${this.results.length} results</div>`
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user