Use ieee for zha.remove service data (#7163)

This commit is contained in:
Alexei Chetroi 2020-09-30 04:20:01 -04:00 committed by GitHub
parent 4f5b4d4472
commit d0c86ea2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ export class HaDeviceActionsZha extends LitElement {
} }
await this.hass.callService("zha", "remove", { await this.hass.callService("zha", "remove", {
ieee_address: this._zhaDevice!.ieee, ieee: this._zhaDevice!.ieee,
}); });
history.back(); history.back();