But I do not find information showing how to manually add an hassio addon and have it integrated into the GUI. Take for example the ssh addon. Is this possible or do we have to install addons only via the GUI ?
That goes completely against the general consensus of the the forums and docs.
from the docs page above:
āItās recommended when installing Python packages that you use a virtual environment. This will make sure that your Python installation and Home Assistant installation wonāt impact one another.ā
And if what you say is true then what would be the point of recommending installing in a venv over just installing on the base OS?
I hope that many people recognize it is much easier and more stable to install the simple python version without any virtual machine. keep it simple, stupid!
(but if someone wants to be sure and uses venv: thats fine, pretty the same)
Iām not sure but I think at least an i3/i5 should be minimum requirements or an arm device with dedicated storage to protect against write failures. I caught a lot of crap for my post on using a NUC on reddit. I got the vibe that spending any more money than $100 on a setup is overkill and stupid as HA requires āno resourcesā and slow start up times of minutes was desirable. I was actually downvoted a tonā¦
Iāve created a guide that covers installing Home Assistant on Ubuntu Server LTS as well as backing up to an external drive (to help prevent drive failures) using automated backups. I think this is the way to go instead of using venv and follows the generic linux host guide with some tweaks. This helped me get a lot more performance out of the NUC by distributing my writes and taking advantage of the NVMe storage. This works great with Home Assistant (hassio). Let me know what you think.