mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix missing argument in voice assistant expose search label (#20491)
This commit is contained in:
parent
9f5bc5b196
commit
a8502fcc11
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user