You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have tried a different browser to see if it is related to my browser.
I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
When attempting to edit dependencies of an object in the Lovelace UI (e.g., automations or scripts), the interface does not navigate to the editing page. Instead, an error occurs, and the UI remains on the current panel. This happens on all Lovelace panels and dashboards.
The issue occurs across all platforms (Windows, macOS, iOS) and in the Home Assistant mobile app. Clearing the cache, reinstalling Home Assistant, and restoring from a backup does not resolve the problem.
Additionally, after selecting "Dependencies," the interface correctly displays a list of dependencies (e.g., automations/scripts), but after selecting a specific dependency and click "edit" - UI fails to navigate to the corresponding editing page.
Describe the behavior you expected
I expect the interface to correctly navigate to the editing page for the selected dependency, such as automation or script editing, regardless of the type of panel or dashboard.
Steps to reproduce the issue
Open Lovelace UI.
Long-press an object icon to open the details view.
Click "Dependencies."
Select a specific dependency (e.g., automation or script) from the list.
Click "edit"
Observe that the UI does not navigate to the editing page and remains on the current panel. An error is logged in the browser console.
What version of Home Assistant Core has the issue?
core-2025.1.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Google Chrome: Version 132.0.6834.84 and Mobile (IOS/Android) app HomeAssistant
Which operating system are you using to run this browser?
macOS Sonoma, win11, iOS 18
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'dialogTag')
at h (make-dialog-manager.ts:177:59)
at async a (navigate.ts:28:5)
h @ make-dialog-manager.ts:177
await in h
a @ navigate.ts:27
value @ ha-more-info-dialog.ts:243
handleEvent @ lit-html.ts:2018
fireRequestSelected @ mwc-list-item-base.ts:247
(anonymous) @ mwc-list-item-base.ts:92
(anonymous) @ observer.ts:49
Additional information
This issue is reproducible on all Lovelace dashboards and any elements where dependencies are edited. The problem occurs in safe mode, and no custom components are in use. The error affects both desktop and mobile platforms, including the iOS app. I also did a fresh clean install of HA, the error is reproducible.
The text was updated successfully, but these errors were encountered:
I've had this as well, and just updated. Same problem. Then, while searching for a ticket in this, and just before writing "The problem still exists in 1.4", I tested again....now it seems solved?
Checklist
Describe the issue you are experiencing
When attempting to edit dependencies of an object in the Lovelace UI (e.g., automations or scripts), the interface does not navigate to the editing page. Instead, an error occurs, and the UI remains on the current panel. This happens on all Lovelace panels and dashboards.
The issue occurs across all platforms (Windows, macOS, iOS) and in the Home Assistant mobile app. Clearing the cache, reinstalling Home Assistant, and restoring from a backup does not resolve the problem.
Additionally, after selecting "Dependencies," the interface correctly displays a list of dependencies (e.g., automations/scripts), but after selecting a specific dependency and click "edit" - UI fails to navigate to the corresponding editing page.
Describe the behavior you expected
I expect the interface to correctly navigate to the editing page for the selected dependency, such as automation or script editing, regardless of the type of panel or dashboard.
Steps to reproduce the issue
Observe that the UI does not navigate to the editing page and remains on the current panel. An error is logged in the browser console.
What version of Home Assistant Core has the issue?
core-2025.1.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Google Chrome: Version 132.0.6834.84 and Mobile (IOS/Android) app HomeAssistant
Which operating system are you using to run this browser?
macOS Sonoma, win11, iOS 18
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
This issue is reproducible on all Lovelace dashboards and any elements where dependencies are edited. The problem occurs in safe mode, and no custom components are in use. The error affects both desktop and mobile platforms, including the iOS app. I also did a fresh clean install of HA, the error is reproducible.
The text was updated successfully, but these errors were encountered: