Load a second Dashboard

I have two dashboards, Hello1 and Hello2 called Hello1.dash and Hello2.dash
How do i put a button on the bottom of each dashboard to load the other.
I have tried
- load_Hello1, reload
- load_Hello1.dash, reload

But both give the message widget definition not found. Please help.
Even the reload gives the same error

reload is the same as refresh.
to load another dashboard (or webpage) you need the navigate widget.

to see which widgets are available and how to configure them look here:
https://appdaemon.readthedocs.io/en/latest/DASHBOARD_CREATION.html#widget-reference

Brilliant. That looks to be exactly what I need. Thanks so much
:slight_smile: