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 Bram Kragten
parent 3ed27ee853
commit 649917cdde
1 changed files with 1 additions and 1 deletions

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>