I am new to Home Assistant and sorry if these questions have already been answered and explained, I could not find any documentation on these.
I have ArchLinuxARM on a Pi, and I have installed Home Assistant as a package from official distro repositories. I have home-assistant installed in /usr/lib/share/pythonX.X/site-packages and config dir is /var/lib/private/hass.
Is there a way I can get Supervisor mode added to my installation ? Or is that only for container based installations. I will be more than happy to download an archive and install it if there is no easy way to do it.
Is there a way to get HACS/Add-on store enabled for my installation ? Or is that too only for container based installations.
I am guessing others must have run into these and may have comments/guidance.
Thanks a lot in advance for any help anyone can provide.
Thanks for the quick response. Sorry about confusing HACS with Add-on store. I think I get it now. So I believe what I have is HA Core Python. Is there a way to add Supervisor and thus Add-on store to HA Core installation ?
Going to go on a limb and say no.
Supervisor is a Docker control system that deploys containers on the users behalf.
If you are installing Arch on a Pi and I guess correctly what kind of user you are, I would encourage you to use HA Core Container, and simply deploy the “add-ons” that interest you manually.
At the end of the day, Docker containers “speak” through ports and there is no magic gluing them together.
Thanks, sounds fair. Regarding manually installing add-ons, is there a list of add-ons on the site somewhere ? I would assume some of those might have manual installation instructions.