mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Use ieee for zha.remove service data (#7163)
This commit is contained in:
parent
4f5b4d4472
commit
d0c86ea2f7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user