Home Assistant/Hass.IO on Manjaro? Its far easier than you think
It’s always nice when you can set up new system and have to do as little as possible to get to your end goal. In the case of installing Hass.io (Managed Home Assistant) on Manjaro, this was incredibly easy.
Luckily, Hass.io only depends on a few packages being installed on the host, as everything Home Assistant runs in docker from there
These dependencies are:
Curl
Bash
Docker
jq
Avahi
dbus
Network Manager
SystemD
As long as you have the above dependencies installed and docker is running, Installing Hass.io is a breeze, You just run:
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
and wait. Thats it!
Because installing dependencies manually is for amateurs, I have created an AUR package here.
This package should work on Manjaro and Arch based systems and you can install by using AUR tools such as yaourt or pacaur
Happy Home Assistant-ing!











