I’m completely green to Raspberry Pis, Python, yaml, etc. It’s so rare to find straight forward solutions in this community, especially with so many resources citing older versions of HA (pre-UI overhaul). Would love to see more of this in the community and much less gate-keeping/elitism against those who are learning from scratch. You are awesome!
Thank you however I tried to follow this and get lost at the “Create custom Panel”
This is all I see when I use that URL. I do not see any other options…
ok did that. appears to have the outcome you described. Sorry I am new to this system and it is a learning curve. So used to HomeSeer for many years. My end goal was to install HACS and all tutorials I have seen always referenced going into the supervisor settings however, I still don’t see where there are settings for supervisor. Perhaps I am confused or the version I run may be different.
Below is a screen shot from a video tutorial I was following.
I have the same issue. And to be honest now that I pay attention it’s written in here Installation - Home Assistant (home-assistant.io) that not all the installation have supervisor. I have used the core on proxmox and I guess that’s why I don’t see it. Same if I go to Settings- add-ons-store I only have the official add-ons and the one I have manually added via repository.
Furthermore logs saying
23-02-03 17:58:03 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-02-03 17:58:03 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
I guess this is the reason why. But please do correct if I am wrong I have started playing with it less than a week ago
New to HA. Just installed today on rpi4 with ssd. i was also struggling with the lack of Supervisor in the left panel until I found this snippet. logged in via ssh and added to config yaml. not only do i have a shortcut to system info, but now File Editor and SSH & Web Terminal will start. it’s weird, neither File Editor nor SSH & Web Terminal would start until i customized the config yaml even though it was a clean HA install. it’s almost like something was not loading/reloading correctly.
im a newby too! lots of a22 h0les with no advice to give thinking they are experts, trying to pull the new guys down. im learning this the hardway. everytime i get stuck im trying to add it to the threads im searching.
the panel_custom code that TeaMan has listed needs to go into the configuration.yaml file.
Like so:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry
panel_custom:
- name: ha_system
sidebar_title: System Info
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
Just paste his code at the bottom of the configuration.yaml file and then reboot the Core from the Supervisor page. If you can’t find the configuration.yaml file, then you need to go get the File Editor Add-on first… add it to the sidebar. From there, you should be able to open the yaml file and paste the code there.
When rebooted, you should see the “System Info” on the left bar.
As for my 2 cents, I agree, it is very very frustrating and it should not be this hard for newbs like us.
Complete novice HA user here and I’ve read through this thread as much as I could yet I find myself unable to follow.
I’ve recently upgraded my NAS to a Synology DS423+, allowing me to run both Docker and Home Assistant now. I’ve basically downloaded/installed the “Home Assistant Core” package through the Synology Package Center and that’s it…
The latter seems to run fine but I’d like to add “KlikAanKlikUit” integration. This requires something referred to as the Supervisor tab yet for the life of me, I cannot find it anywhere.
This is a screenshot of my “about” section, perhaps that will help someone to assist me in my quest???