Fix ZHA add device path. (#4486)

This commit is contained in:
Alexei Chetroi 2020-01-15 14:05:05 -05:00 committed by Bram Kragten
parent 8b659498b6
commit 581a803cc4

View File

@ -376,7 +376,7 @@ class ZHADeviceCard extends LitElement {
}
private _onAddDevicesClick() {
navigate(this, "add/" + this.device!.ieee);
navigate(this, "/config/zha/add/" + this.device!.ieee);
}
static get styles(): CSSResult[] {