Skip to content

Latest commit

 

History

History
executable file
·
45 lines (32 loc) · 2.1 KB

File metadata and controls

executable file
·
45 lines (32 loc) · 2.1 KB

Home Assistant 101

This is a super concise, instructional guide to start automating your home and life using Home Assistant. It will walk you through how to build and configure a Home Assistant instance, sensors, and automations using specific hardware. Please refer to the Home Assistant docs to learn more on any of the topics and terms discussed.

Table of Contents

The guide consists of a five sections:

Introduction

This section provides an introduction to Home Automation and Home Assistant.

  1. Introduction to Home Automation
  2. Introduction to Home Assistant

The Hub

This section describes how to install Home Assistant on a Raspberry Pi or Intel NUC and then configure it for use.

  1. Installing on a Raspberry Pi
  2. Installing on an Intel NUC
  3. Setting up your instance
  4. Configuring the GUI

Security, Backups, & Remote Access

This section describes how to secure, backup, and remotely connect to your Home Assistant instance.

  1. Securing your instance
  2. Backing up your instance
  3. Setting up remote access

ESPHome, LED Strips, & DIY Sensors

This section describes how to create your own LED strips and motion+temperature+humidity WIFI sensors, manage them through ESPHome, and automate them through Home Assistant.

  1. Introduction
  2. Installing ESPHome
  3. Building the sensor
  4. Configuring the sensor
  5. Creating simple sensor automations

Node-RED

This sections describes how to install and use Node-RED to create simple and advanced automations.

  1. Installing Node-RED
  2. Creating simple sensor automations
  3. Creating advanced sensor automations