1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Fix add matter device my link (#28313)

This commit is contained in:
Bram Kragten
2025-12-03 15:30:26 +01:00
parent 1d37eec411
commit 1260af0b45

View File

@@ -9,10 +9,10 @@ export class MatterAddDevice extends HTMLElement {
public hass!: HomeAssistant;
connectedCallback() {
showMatterAddDeviceDialog(this);
navigate(`/config/devices`, {
navigate("/config/devices/dashboard", {
replace: true,
});
showMatterAddDeviceDialog(this);
}
}