Supervisor Shortcut Missing After Upgrade to 2021.12.1

Is there a secret to getting the supervisor shortcut back? Now I have to go to Settings → Add-Ons, Backups and Supervisor

1 Like

Not that I know of.
Part of the new UI design

1 Like

Check out Add items to the Home Assistant sidebar to any path in Home Assistant · GitHub to add anything to your sidebar.

2 Likes

same here. Running Home assistant OS 7.0.

What a strange idea to remove it !
This is one of the most used feature… Is the telemetry of the users is really working ?

2 Likes

This worked perfectly, thanks!!!

  - name: Supervisor
    url_path: hassio/system  # url_path needs to be unique for each panel_custom config
    sidebar_title: Supervisor
    sidebar_icon: mdi:home-assistant # https://materialdesignicons.com/
    module_url: /local/panel-redirect.js  # 'local' is '/config/www/'
1 Like

For the people like me who like to have the Supervisor panel, here is how you can get it back:
You can check this short video

Step 1 - Install VS Code (skip this if you already have it)

  • Go to Configuration,
  • select Add-ons,
  • search for VS Code,
  • install and start Vs Code

Step 2 - Edit configuration.yaml file

  • Open VS Code,
  • select configuration.yaml file and add the code:
# Custom Panels
panel_custom:
  - name: Supervisor
    url_path: hassio/system 
    sidebar_title: Supervisor
    sidebar_icon: mdi:home-assistant 
    module_url: /local/panel-redirect.js 

Step 3 - Restart Home Assistant

  • Go to Configuration/Server controls and click on RESTART

Step 4 - Wait for restart and check Supervisor shortcut

5 Likes

@george86 can I ask what the reference to materialdesignicons is for?

Hey @Stubbdog99, sorry for the late reply. I didn’t get any notification. The reference is a hint where to find icons for the Panels. Is not mandatory. Actually I’ll remove it from the code snippet.
Also you can check the updated video, for the HAOS 2023 version.