mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
Fix attributes broken by the warning fixes (#23182)
This commit is contained in:
@@ -50,7 +50,7 @@ class HuiTextEntityRow extends LitElement implements LovelaceRow {
|
||||
<hui-generic-entity-row
|
||||
.hass=${this.hass}
|
||||
.config=${this._config}
|
||||
hideName
|
||||
hide-name
|
||||
>
|
||||
<ha-textfield
|
||||
.label=${this._config.name || computeStateName(stateObj)}
|
||||
|
||||
Reference in New Issue
Block a user