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 Feb 3, 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 The latest Supervised version only support Debian 12. We need to install a version for Debian 11 (Raspbian)

wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
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