mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
fix user given name display (#4606)
This commit is contained in:
parent
67a91b7c19
commit
f77bd79387
@ -244,7 +244,7 @@ class ZHADeviceCard extends LitElement {
|
|||||||
<paper-input
|
<paper-input
|
||||||
type="string"
|
type="string"
|
||||||
@change="${this._saveCustomName}"
|
@change="${this._saveCustomName}"
|
||||||
.value="${this._userGivenName}"
|
.value="${this._userGivenName || ""}"
|
||||||
.placeholder="${this.hass!.localize(
|
.placeholder="${this.hass!.localize(
|
||||||
"ui.dialogs.zha_device_info.zha_device_card.device_name_placeholder"
|
"ui.dialogs.zha_device_info.zha_device_card.device_name_placeholder"
|
||||||
)}"
|
)}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user