Default Dashboard by @daredoes
Enforce a default dashboard on every device in Home Assistant!
Hey you! Help me out for a couple of 🍻 or a ☕!
- Select a dashboard that will become the default for all users/devices
- Update selected dashboard at any time
- Retain a per-device default dashboard by loading the home page first (this loads the module), then going to the dashboards tab, and setting the desired default dashboard on the device.
Video Tutorial: https://www.youtube.com/watch?v=-tBVT99Ihpk
- Add through HACS
- Create a dropdown helper called
Default Dashboard
. The entity id must beinput_select.default_dashboard
. Give it the option of "refresh", and select this option. - Create a toggle helper called
Default Dashboard
. The entity id must beinput_boolean.default_dashboard
. Save it, and leave it disabled. - Reload the homepage. This will update the
Default Dashboard
helper to have all possible dashboards an options, with the option "lovelace" selected. - Choose an option for the
Default Dashboard
dropdown helper, and enable the toggle helper. - Reload the home URL, and watch it set the default dashboard away from Overview
- You can retain a per-device default dashboard by loading the home page first (this loads the module), then going to the dashboards tab, and setting the desired default dashboard on the device. It should stay on the dashboard you want after that.