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 Jul 16, 2022 · 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

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.2.2/os-agent_1.2.2_linux_armv7.deb
sudo dpkg -i ./os-agent_1.2.2_linux_armv7.deb

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

sudo apt install apparmor -y

Clone this wiki locally