Skip to content

danVnest/home-assistant

Repository files navigation

Home Assistant

This home automation setup is based on Home Assistant, with almost all logic implemented in Python through the AppDaemon add-on.

The goal of this setup is to require as little input from users as possible - instead reacting to presence, time, climate and more.

Usage Instructions & User Interface

The user interface primarily features configuration parameters, but does also provide manual controls and some status indicators. Usage instructions are embedded, as shown below:

Control & Status

Instructions

Settings

System

Devices

This home automation system is comprised of the following devices:

Notes

The following are elements of this repository which are included for reference:

  • The Home Assistant dashboard is configured from the UI, but ui-lovelace.yaml contains a copy of the code from the raw configuration editor.
  • Manifest files from custom components, as managed by HACS.
  • .gitignore details what Home Assistant files aren't included in the repository.