Improve label picker UI and search (#25522)

This commit is contained in:
Paul Bottein
2025-05-20 12:47:33 +02:00
committed by GitHub
parent a55ef8ad47
commit 4de95f6710
13 changed files with 198 additions and 238 deletions

View File

@@ -441,7 +441,10 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
.hass=${this.hass}
id="input"
.type=${"label_id"}
.label=${this.hass.localize(
.placeholder=${this.hass.localize(
"ui.components.target-picker.add_label_id"
)}
.searchLabel=${this.hass.localize(
"ui.components.target-picker.add_label_id"
)}
no-add