mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +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", {
|
await this.hass.callService("zha", "remove", {
|
||||||
ieee_address: this._zhaDevice!.ieee,
|
ieee: this._zhaDevice!.ieee,
|
||||||
});
|
});
|
||||||
|
|
||||||
history.back();
|
history.back();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user