Skip to content

Dashboard blank for new users when using visible: after upgrade to 2026.1.x #29225

Description

@gate546

Checklist

  • 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

After upgrading to Home Assistant 2026.1.x, YAML dashboards that use the visible: option may appear completely blank for some users.
The problem occurs even when the affected users have administrator privileges.
Only the original admin user whose user_id is listed in the dashboard YAML can see the dashboard correctly.
Any newly created user (including new admin users) sees an empty dashboard with no cards rendered.
No error or warning is shown in the UI or in the logs.

Describe the behavior you expected

Dashboards should be visible to administrator users even if their user_id is not explicitly listed in the visible: section.
At minimum, Home Assistant should display a warning or validation error when dashboards are restricted to user IDs that no longer exist or cannot be managed from the UI.

Steps to reproduce the issue

  1. Create a YAML dashboard in Home Assistant.
  2. Add a visible: section with a specific user_id.
  3. Upgrade Home Assistant to version 2026.1.x.
  4. Create a new user and assign administrator privileges.
  5. Log in with the new admin user.
  6. Open the dashboard.

Result:
The dashboard is completely blank.

  1. Remove the visible: section from the YAML.
  2. Reload the dashboard.

Result:
The dashboard becomes visible immediately.

What version of Home Assistant Core has the issue?

core 2026.1.3 - Home Assistant OS: 17.0 - Frontend: 2026.1.x

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue?

Google Chrome 130.0.6723.70 64 bit - Android Chrome - Fully Kiosk Browser

Which operating system are you using to run this browser?

Android 13 SDK33

State of relevant entities

Dashboard YAML example:

visible:
  - user: f785222c18ac48498d475c881cb295a5

Notes:
- The listed user_id belongs to the original admin user.
- User IDs are no longer visible or copyable from the Home Assistant UI.
- Newly created users (including admins) cannot be added to the visible list.
- No frontend or backend logs report any error.

Problem-relevant frontend configuration

views:
  - title: Example Dashboard
    visible:
      - user: f785222c18ac48498d475c881cb295a5
    cards:
      - type: entities
        entities:
          - sensor.example_sensor

JavaScript errors shown in your browser console/inspector

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleThis has been marked as stale by the automated bot

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions