Always save custom display name in energy dashboard when hitting Enter (#20702)

Change to Input event
This commit is contained in:
Simon Lamon 2024-05-02 20:03:36 +02:00 committed by GitHub
parent deda2009f8
commit 870cb0c65f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ export class DialogEnergyDeviceSettings
type="text"
.disabled=${!this._device}
.value=${this._device?.name || ""}
@change=${this._nameChanged}
@input=${this._nameChanged}
>
</ha-textfield>