Invisible supervisor tab

Good morning,
I installed home-assistant supervised on my dietpi v9 (debian 12). I don’t see anywhere in the ‘supervisor’ tab in the menu !?

There has been no supervisor tab since May 2022. See: https://www.home-assistant.io/blog/2022/05/04/release-20225/#reorganized-settings-menu

Everything that was on the supervisor tab can be found in the settings menu.

e.g.

Settings → Add-ons

Settings → System → Backups

Settings → System → Network

Thank you very much.

1 Like

If you still want one, add a panel_custom.

Custom panel - Home Assistant.

  - name: ha_supervisor
    sidebar_title: Supervisor
    sidebar_icon: mdi:home-assistant
    js_url: /api/hassio/app/entrypoint.js
    url_path: 'hassio/dashboard'
    embed_iframe: true
    require_admin: true
    config:
      ingress: Supervisor

Mine: Home-Assistant-Config/panel_custom.yaml at b33192c562733cd03f2806f3963d56c4a2cee3d6 · SirGoodenough/Home-Assistant-Config · GitHub.