1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Migrate config entry picker to new picker syntax (#28600)

This commit is contained in:
Aidan Timson
2025-12-18 10:10:55 +00:00
committed by GitHub
parent 7ca681e417
commit dae27e091f

View File

@@ -57,10 +57,9 @@ class HaConfigEntryPicker extends LitElement {
return html`
<ha-generic-picker
.hass=${this.hass}
.placeholder=${this.label === undefined && this.hass
.label=${this.label === undefined && this.hass
? this.hass.localize("ui.components.config-entry-picker.config_entry")
: this.label}
show-label
.value=${this.value}
.required=${this.required}
.disabled=${this.disabled}