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 # 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/'
Step 3 - Restart Home Assistant
- Go to Configuration/Server controls and click on RESTART
Step 4 - Wait for restart and check Supervisor shortcut
2 Likes