Fix missing argument in voice assistant expose search label (#20491)

This commit is contained in:
Simon Lamon 2024-04-11 11:10:02 +02:00 committed by GitHub
parent 9f5bc5b196
commit a8502fcc11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -496,7 +496,10 @@ export class VoiceAssistantsExpose extends LitElement {
)}
.data=${filteredEntities}
.searchLabel=${this.hass.localize(
"ui.panel.config.entities.picker.search"
"ui.panel.config.entities.picker.search",
{
number: filteredEntities.length,
}
)}
.filter=${this._filter}
selectable