Menu access on Android Home Assistant app

I’m using a mushroom dashboard which has removed the navigation menu as it runs in kiosk mode. While I can disable kiosk mode on the desktop browser I can’t seem to access my profile, menu etc. on the mobile app.

How do I exit this dashboard to access my menu (Google Pixel 7 Pro running Android 13)?

Add a button linking to /config

cards:
  - type: custom:mushroom-template-card
    primary: Settings
    secondary: ''
    icon: mdi:cog-outline
    icon_color: red
    layout: vertical
    tap_action:
      action: navigate
      navigation_path: /config

1 Like

Worked like a charm. txs