Updated to 2022.10.1

This commit is contained in:
ccostan 2022-10-10 21:07:37 -04:00
parent f8857a6bd4
commit 2a52d3441e
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
2022.10.0
2022.10.3

View File

@ -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>`