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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class ConfigNameForm extends LitElement {
)} )}
.disabled=${disabled} .disabled=${disabled}
.value=${this._nameValue} .value=${this._nameValue}
@changed=${this._handleChange} @change=${this._handleChange}
></ha-textfield> ></ha-textfield>
</div> </div>
<div class="card-actions"> <div class="card-actions">