Before I discovered Home assistant, I developed my own system with a nice looking web frontend. since navigation with a custom fold-out menu including time & date, log-entries offers more possibilities for the different areas (and the whole work was not for nothing), I want to display and use single views of hassio by using an iframe… is it somehow possible to show a view directly (by requesting the right URL parameters) without showing the top-bar and the navigation menu on the left?
Unfortunately, I could only find topics regarding the integration of external pages into hassio, but not vice versa…
I just searched further possibilities… might using the kiosk-mode be suitable for my problem?
"To activate kiosk mode, navigate to https://hass.example.com:8123/kiosk/group.living_room_view . Note that for default_view the url is just https://hass.example.com:8123/kiosk"
This feature came with 0.49 - is it still existing/working? With this I should be able to open single views inside a iframe in my own webinterface… right? I’ll test this out this evening…
Ok, this is working now… I use an iframe in my webinterface and use hassio with lovelace in kiosk mode (hack: https://gist.github.com/ciotlosm/1f09b330aa5bd5ea87b59f33609cc931). This way the hassio-loading page and the top bar is shown for a second and gets then hidden und recentered…