Home Assistant

From: Enable snaps on Linux and install home-assistant

Install Home Assistant (Linux Mint)

Install snapd so Home Assistant can be installed

cd /etc/apt/preferences.d/
ls
sudo rm nosnap.pref        # if it exists
sudo apt update
sudo apt install snapd
cd ~
Install Home Assistant using snap
sudo snap install home-assistant-escoand

Install Home Assistant (Raspberry Pi)

Manual installation on a Raspberry Pi

To access Home Assistant

After Home Assistant is installed, use a web browser to access it. For example:

URL: localhost:8123

Links

Home Assistant (home)
Home Assistant MQTT
Home Assistant MQTT Broker
Home Assistant Add-On: Mosquitto broker

Home Assistant Beginners Guide: Installation, Addons, Integrations, Scripts, Scenes, and Automations (YouTube)
Home Assistant Tutorial Part 1 - Installation (YouTube)
Home Assistant Tutorial Part 2 - UI Walkthrough, Integrations, addons, and cloud backups (YouTube)
Home Assistant Tutorial Part 3: IP Cameras (featuring Reolink) (YouTube)
Setting up MQTT via Mosquito in Home Assistant with Node-Red (Tutorial) (YouTube)