Setting default VIEW within Dashboard

Is there any way to specify the default view for a dashboard?

Below is my main dashboard yaml and I’d like to have home.yaml as the default view.

I do not want to re-order the the views as I’m using them for navigation(footer) and want home in the middle.

title: Home
theme: "home-main"
views:
  - !include views/security.yaml
  - !include views/heating.yaml
  - !include views/home.yaml
  - !include views/music.yaml
  - !include views/lighting.yaml

Pretty sure that the answer is no and that it loads up the first view.

Thanks for the reply - confirms my suspicion!

I’ll continue to tinker and see if I can make it happen. Will report back.

Did you find a solution to this? :slight_smile:

Not yet unfortunately! Although the app does seem quite ‘sticky’ in that unless you really force close it multiple times, it will stay on what ever page was last loaded.

If I ever find a solution I will post it here :slight_smile:

1 Like