Introduction
Supervisor panel is integrated into the Setting section but with reduced functionality in novadays versions.
Hopefully, the panel is hidden but not removed totaly. So, we still have an ability to revert it back.
The configuration for the additional pannel has to be placed directly into /config/configuration.yaml file.
There is a very suitable plugin “File editor” for edit all config files of HA.
Install "File editor" plugin in Home Assistant
Install the Add-ons, and allow “Start on boot” and “Show in sidebar” options for more suitable use.
And start the Add-on.
Actually, you are ready for the final configuration.
Revert back supervisor pannel in Home Assistant
Install the Add-ons, and allow “Start on boot” and “Show in sidebar” options for more suitable use.
And start the Add-on.
Actually, you are ready for the final configuration.
Open your “File Editor” add-on and browse to the config file:
Choose and open /config/configuration.yaml file.
Add the following configuration which I discovered on HA forum:
panel_custom:
- name: ha_system
sidebar_title: Supervisor
sidebar_icon: mdi:information-variant
js_url: /api/hassio/app/entrypoint.js
url_path: "hassio/system/info"
embed_iframe: true
require_admin: true
config:
ingress: core_configurator
Please save your config file and restart your HA to apply the configuration.
Go to “Setting” -> “System” and click “Reboot” button.
Congratulations!
Your Home Assistant is ready for automation creation!
Please feel free to ask any question the comments.
One thought on “Home Assistant Revert back Supervisor panel”
Awesome!