mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix ZHA add device path. (#4486)
This commit is contained in:
parent
8b659498b6
commit
581a803cc4
@ -376,7 +376,7 @@ class ZHADeviceCard extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _onAddDevicesClick() {
|
private _onAddDevicesClick() {
|
||||||
navigate(this, "add/" + this.device!.ieee);
|
navigate(this, "/config/zha/add/" + this.device!.ieee);
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResult[] {
|
static get styles(): CSSResult[] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user