How to Install Home Assistant Supervised on a Raspberry Pi 4b – the official way
· ☕ 3 min read
· 🐧 sysadmin
This video describes how to install Home Assistant Supervised. Home Assistant (former Hass.io) is a container-based system for managing your Home Assistant Core installation and related applications. The system is controlled via Home Assistant which communicates with the Supervisor. The Supervisor provides an API to manage the installation. This includes changing network settings or installing and updating software.
How to Install Home Assistant Supervised on a Raspberry Pi 4b – the official way
Important! User pi does not exist by default anymore for a security reason
We have to add our linux user to the Docker group, but that is easy. If your user is not username as in the example below, just change the last part of the command by replacing pi with your username:
1
sudo usermod -aG docker $USER
Add these entries to vim /boot/cmdline.txt at the end of the line: apparmor=1 security=apparmor
change the DNS entry to Google 8.8.4.4 and 8.8.8.8
because there was an IP address of the Raspberry Pi that was handling requests through the DNS, but requirements says clearly that it has to be different.