Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Install Home Assistant Supervised

beejones edited this page Mar 29, 2024 · 14 revisions

Install

Remark

During the process, your ip might changes because of changes to the network stack. Please reconnect ssh when this happens.

See Home Assistant Use Raspbian PI OS (64 bits) - Debian Bookworm

Make sure docker CE is installed

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
sudo apt install ./homeassistant-supervised.deb

When installing the Agent for Home Assistant OS, you need to head to this releases page.

Run (update to the latest version):

wget https://github.com/home-assistant/os-agent/releases/download/1.5.1/os-agent_1.5.1_linux_armv7.deb
sudo dpkg -i ./os-agent_1.5.1_linux_armv7.deb

This command cannot run in ssh and needs to be done directly on Pi.

sudo apt install apparmor -y

Open Home Assistant

Open a browser and head over to the local page: http://:8123/

Clone this wiki locally