mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Fix add matter device my link (#28313)
This commit is contained in:
@@ -9,10 +9,10 @@ export class MatterAddDevice extends HTMLElement {
|
|||||||
public hass!: HomeAssistant;
|
public hass!: HomeAssistant;
|
||||||
|
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
showMatterAddDeviceDialog(this);
|
navigate("/config/devices/dashboard", {
|
||||||
navigate(`/config/devices`, {
|
|
||||||
replace: true,
|
replace: true,
|
||||||
});
|
});
|
||||||
|
showMatterAddDeviceDialog(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user