1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

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

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