DecentM / home-assistant-config

Package based configuration of my Home Assistant instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

home-assistant-config

My personal Home Assistant configuration

Why?

Home Assistant is a piece of software to automate and connect smart devices from different vendors. It's configured through the UI and through Yaml files, with support for extracting passwords and access tokens.

This means that I can push the config to Github in the hopes that it will be useful!

Preparing development with Python scripts

  1. Install pip
  2. cd into the repository root directory
  3. Run python3 -m venv .
  4. Run source bin/activate
  5. Run pip install -r requirements.txt

Statistics

Description value
Automations 55
Binary sensors 9
Cameras 3
Tracked devices 20
Boolean inputs 2
Lights 12
Media players 9
Sensors 206
Custom variables 0

Custom components I use:


Generated by custom readme integration

About

Package based configuration of my Home Assistant instance


Languages

Language:Shell 85.2%Language:Python 14.8%