From d0c86ea2f70706fa86297902c6672e3b2cb69013 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Wed, 30 Sep 2020 04:20:01 -0400 Subject: [PATCH] Use ieee for zha.remove service data (#7163) --- .../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 d6629b58c5..96d9ffa4db 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();