frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Default dashboard keeps resetting to Overview

Open GitHubGoody opened this issue 1 year ago • 28 comments

Checklist

  • [X] I have updated to the latest available Home Assistant version.
  • [X] I have cleared the cache of my browser.
  • [X] I have tried a different browser to see if it is related to my browser.

Describe the issue you are experiencing

I recently reconfigured my primary custom .yaml dashboard configuration to clean up the URL (i.e. remove reference to anything "lovelace"). My configuration now looks like this:

lovelace:
  mode: storage
  dashboards:
    dash-board:
      mode: yaml
      filename: dashboard.yaml
      title: Home
      icon: mdi:home-account
      show_in_sidebar: true
      require_admin: false

Ever since, some of my devices seem to reset the default dashboard every 1-2 days to the Overview which is marked as default even if I stay logged in and on WiFi and/or when the app has to switch to external access (Nabu Casa) and then back to internal.

I cannot seem to pinpoint what part of the configuration changes are causing this. Any ideas or is this just a bug I need to report?

Describe the behavior you expected

The dashboard I set as the default to persist.

Steps to reproduce the issue

See above

What version of Home Assistant Core has the issue?

2023.11.2

What was the last working version of Home Assistant Core?

N/A

In which browser are you experiencing the issue with?

Multiple including iOS HA app and Edge

Which operating system are you using to run this browser?

iOS 17.0.3 and Windows 10

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

GitHubGoody avatar Nov 11 '23 03:11 GitHubGoody