#Dashboard back to first view

1 messages · Page 1 of 1 (latest)

golden shale
#

Hi! I want my dashboard to automatically go back to the 'main' view after some time.
As you can see in the picture the home icon is my main view, when i click on the curtain view i want it to go back to the main view after x minutes.
Is this possible ?

dark zenith
#

When you are using the Fully Kiosk Browser Integration you can load URLs with it in automations. Maybe this helps...

golden shale
frank solstice
#

this creates a button that brings you back to the dashboards 'home' page

type: custom:button-card
template: subview
tooltip: Naar Dashboard
icon: mdi:chevron-double-left
tap_action:
   action: navigate
   navigation_path: >
     [[[ return hass["panelUrl"]; ]]]```
#

its not automatic, but it does provide the correct action. Maybe play with that a bit to see if somehow it can be triggered upon a state change, by adding triggers_update (untested, improvising a bit here)