mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix saving home name (#11838)
This commit is contained in:
parent
b7c149fcc1
commit
fc31929f41
@ -40,7 +40,7 @@ class ConfigNameForm extends LitElement {
|
||||
)}
|
||||
.disabled=${disabled}
|
||||
.value=${this._nameValue}
|
||||
@changed=${this._handleChange}
|
||||
@change=${this._handleChange}
|
||||
></ha-textfield>
|
||||
</div>
|
||||
<div class="card-actions">
|
||||
|
Loading…
x
Reference in New Issue
Block a user