Home Assistant Supervised
This Home Assistant Supervised installation method is for advanced users only
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.
Install Docker-CE with the following command:
Below process for those install docker
on your Pi 4 already
Run that command to check docker install or not
Now run this command help you pick next package which is os-agent
very important. Before install Home Assistant Supervised.
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.
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
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
Enjoy 🎉
Reference links:
https://www.youtube.com/watch?v=FdzPJ8LhAx4