From 2cec85fa083823ff1c08411cbc52be0df77f4407 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Tue, 29 Sep 2020 18:46:18 -0400 Subject: [PATCH] Use ieee for zha.remove service data --- .../integration-elements/zha/ha-device-actions-zha.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/devices/device-detail/integration-elements/zha/ha-device-actions-zha.ts b/src/panels/config/devices/device-detail/integration-elements/zha/ha-device-actions-zha.ts index d6629b58c5c2..96d9ffa4db01 100644 --- a/src/panels/config/devices/device-detail/integration-elements/zha/ha-device-actions-zha.ts +++ b/src/panels/config/devices/device-detail/integration-elements/zha/ha-device-actions-zha.ts @@ -120,7 +120,7 @@ export class HaDeviceActionsZha extends LitElement { } await this.hass.callService("zha", "remove", { - ieee_address: this._zhaDevice!.ieee, + ieee: this._zhaDevice!.ieee, }); history.back();