mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Keep formatted attribute name in attribute selector (#13413)
This commit is contained in:
parent
57fdea19fd
commit
38fd6108b4
@ -58,7 +58,7 @@ class HaEntityAttributePicker extends LitElement {
|
||||
return html`
|
||||
<ha-combo-box
|
||||
.hass=${this.hass}
|
||||
.value=${this.value || ""}
|
||||
.value=${this.value ? formatAttributeName(this.value) : ""}
|
||||
.autofocus=${this.autofocus}
|
||||
.label=${this.label ??
|
||||
this.hass.localize(
|
||||
|
Loading…
x
Reference in New Issue
Block a user