#Dashboard back to first view
1 messages · Page 1 of 1 (latest)
When you are using the Fully Kiosk Browser Integration you can load URLs with it in automations. Maybe this helps...
Thnx for your reply, i am using the companion app on a nspanel.
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)