Fix saving home name (#11838)

This commit is contained in:
Paulus Schoutsen
2022-02-24 10:51:56 -08:00
committed by GitHub
parent b7c149fcc1
commit fc31929f41

View File

@@ -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">