Home Assistant Supervised Installation on Debian Linux



Home Assistant Supervised Installation on Debian Linux

Home Assistant Supervised Installation on Debian Linux

Home Assistant is one of the best open sourced Smart Home platforms and it can be installed using several different ways. One of the officially supported methods to install Home Assistant is called #Home #Assistant #Supervised. Such installation have to be run on top on Debian Linux to be truly supported and to avoid seeing an annoying “running an unsupported installation” label inside your System menu.

In this video I’m going to do exactly that, so you will be able to see all the steps from the beginning till the end. I will install the latest Debian Linux inside VirtualBox, but you can have that on an always on computer or even Raspberry Pi. Then I will install all needed dependencies including Docker and Home Assistant OSAgent. Finally, I will start the Home Assistant Supervised installation.

► MY ARTICLE ABOUT THAT TOPIC – https://peyanski.com/home-assistant-supervised-installation-on-debian/

► AFFILIATE LINKS
Shelly Amazon Store – https://amzn.to/34d88VR
SwitchBot Flash Deals – https://switchbot.vip/3BwF221
Aqara Amazon Store – https://amzn.to/3EpeCSb
Reolink Flash Deals – http://shrsl.com/301ih
D1 Mini ESP32 – https://s.click.aliexpress.com/e/_9R1Z6b
3 pack D1 Mini ESP32 – https://amzn.to/3DQFObh
Sonoff Basic Smart Relay – https://amzn.to/3zML9he
Ubiquiti UniFi Dream Machine (UDM) – https://amzn.to/34B0FQK
CREALITY 3d printer Ender-3 V2 – https://s.click.aliexpress.com/e/_AF97aX https://s.click.aliexpress.com/e/_9HKv4x https://www.banggood.com/custlink/33vyge1sVJ
Raspberry Pi 4 4GB Starter Kit with 32GB Micro SD Card – https://amzn.to/3qaI5qN
Raspberry Pi Zero W Official Starter Kit (Amazon Affiliate link) – https://amzn.to/3ndcX87
Tech that I’m using right now – https://www.amazon.com/shop/kpeyanski
Get $100 in credit over 60 days for DigitalOcean – https://m.do.co/c/6dd2caef1f1f

► CRYPTO AFFILIATE LINKS
Sign up for Crypto.com and we both get $25 USD (Referral code: xn86atnceg) – https://crypto.com/app/xn86atnceg
Coinbase – Get $10 in Bitcoin when you buy or sell $100 or more – https://www.coinbase.com/join/peyans_4
Binance – One of the biggest Crypto currency exchange – https://www.binance.com/en/register?ref=11100362

► MY GUIDE
Smart Home Getting Started Smart Home Guide v2.0 – https://peyanski.com/product/smart-home-getting-started-actionable-guide/

► SUPPORT MY WORK
Patreon – https://www.patreon.com/KPeyanski
Paypal – https://www.paypal.me/kpeyanski
Bitcoin – 1GnUtPEXaeCUVWdJxCfDaKkvcwf247akva
Revolut – https://revolut.me/kiriltk3x

► TIME TABLE
00:00 What is Home Assistant Supervised?
00:36 What will you see in this video?
01:09 Get the VirtualBox and Debian Linux
01:36 Create the Virtual Machine
02:01 Configure & Start the Virtual Machine in VirtualBox
02:41 Installation of Debian Linux in VirtualBox
05:13 Debian Linux first start
06:22 How to install Home Assistant Supervised dependencies?
06:49 How to Install Docker?
07:20 How to install Home Assistant OS Agent?
08:46 How to install Home Assistant Supervised?
11:39 What to do after you have Home Assistant up and running?

► COMMANDS FROM THE VIDEO
# switch to root user
su –

# Install needed Home Assistant Supervised dependencies
apt-get update && apt-get upgrade && apt-get install jq wget curl avahi-daemon udisks2 libglib2.0-bin network-manager dbus apparmor -y

# Install Docker with the official docker script
curl -fsSL get.docker.com | sh

# To check if Docker is successfully installed run:
docker —version

# Download the latest Home Assistant OS Agent for your system.
https://github.com/home-assistant/os-agent/releases/latest

# For example, if you are having 64bit system with Intel CPU, you will need this file (don’t forget to get the latest version URL from above link and to change the 1.2.2 with the current version)
wget https://github.com/home-assistant/os-agent/releases/download/1.2.2/os-agent_1.2.2_linux_x86_64.deb

# Install the downloaded package:
dpkg -i os-agent_1.2.2_linux_x86_64.deb

# Get the official Home Assistant Supervised installer package:
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb

# Install the homeassistant-supervised.deb package
dpkg -i homeassistant-supervised.deb

► COME AND SAY “HI” on:
My Discord server – https://invite.gg/kpeyanski
My Twitter – https://twitter.com/kpeyanski

✅ Don’t Forget to like 👍 comment ✍ and subscribe to my channel!

► DISCLAIMER
Some of the links above are affiliate links, where I earn a small commission if you click on the link and purchase an item. You are not obligated to do so, but it does help fund these videos in hopes of bringing value to you!

Comments are closed.