Setting HAKIT Dashboard from Addon as default dashboard? #303
-
|
Hi all. I've successfully installed the Hakit addon in Home Assistant, and I am now able to view my new dashboard on my Android smartphone to do some further mobile testing. I'm showing the Hakit Dashboard in my sidebar in the companion app, so I can navigate to it easily enough, however I wondered if there is any way of setting my Hakit dashboard as the default dashboard? Under the Home Assistant User profile settings, under Default Dashboard, the picker doesn't recognise my Hakit dashboard. The same with Browser Mod - only my yaml dashboards are available in the Default Dashboard picker. Also, is there a way of hiding the Home Assistant header or sidebar, like there is with Kiosk mode for lovelace dashboards? I wondered about creating a lovelace 'wrapper' dashboard, which contains a full screen iframe that loads the Hakit dashboard? Then I would be available in the dashboard pickers and Kiosk mode would allow sidebar and header hiding like a regular lovelace dashboard? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
Only way to do all you've asked is exactly your last paragraph, and iframe pointing to the HTML file for your dashboard with some css styling, I've done this before it can work :) |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. I've been testing that, and it works, however I am facing issues with websocket connections if the dashboard isn't in view constantly - i.e when on mobile companion app, which get's minimised, or desktop browser window/tab which is not in focus for some time due to other windows/tabs in focus. Not to do with this particular question/issue though, so I may start another question/discussion about the websocket side of things :) |
Beta Was this translation helpful? Give feedback.
Only way to do all you've asked is exactly your last paragraph, and iframe pointing to the HTML file for your dashboard with some css styling, I've done this before it can work :)