Skip to content

Home Assistant Supervised

This Home Assistant Supervised installation method is for advanced users only

cover-image

Run the following commands as root (su -or sudo su -on machines with sudo installed):

If docker is not installed follow that method or you direct skip to below method.

apt-get install \
jq \
wget \
curl \
udisks2 \
libglib2.0-bin \
network-manager \
dbus -y

Install Docker-CE with the following command:

curl -fsSL get.docker.com | sh

Below process for those install docker on your Pi 4 already

Run that command to check docker install or not

docker --version

Now run this command help you pick next package which is os-agent very important. Before install Home Assistant Supervised.

uname -m

My case is aarch64 now

Go to page: https://github.com/home-assistant/os-agent/releases and pick based on your arch —version. Right-click and copy url.

image1

Now do follow below steps.

#install package
wget "add url"

#install os-agent
sudo dpkg -i os-agent_1.2.2_linux_aarch64.deb

#this commands to check everything intall proper
gdbus introspect --system --dest io.hass.os --object-path /io/hass/os

Now time to install Home Assistant Supervised

Go to page: https://github.com/home-assistant/supervised-installer/releases

image2

Right click on homeassistant-supervised and copy url

#install package
wget "add url"

#install homeassistant-supervised
sudo dpkg -install homeassistant-supervised.deb

Next step is select machin type it show you list and pick it. My case is raspberrypi4-64

Now just wait to see this If you see on your terminal means done

image3

image4

Enjoy 🎉


Reference links:

https://www.youtube.com/watch?v=FdzPJ8LhAx4

https://github.com/home-assistant/os-agent

https://github.com/home-assistant/supervised-installer