HA 2026.5 removed the hassio-main panel. Restart Core, Restart Supervisor, Reboot Host, and Shutdown Host are gone from the UI. Built a replacement custom sidebar panel using the HA WebSocket API and native System Monitor entities. Will make its way to GitHub and HACS but wanted to get it out for those that need it while waiting for HACS approval.
Install:
- Create
super-panel.jsin/config/www/and paste in the code - Add to
configuration.yaml:
panel_custom:
- name: super-panel
sidebar_title: Supervisor Panel
sidebar_icon: mdi:home-assistant
url_path: super-panel
module_url: /local/super-panel.js
require_admin: true
- Full HA restart required
Requires Supervisor — HAOS or supervised install only
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.