nirantak / home-automation

Home automation tools and scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Automation

Home automation tools and scripts

Setting Up

Python 3.8+ required

git clone git@github.com:nirantak/home-automation.git
cd home-automation
cp -nv .env.sample .env  # copy and update the env variables
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip wheel setuptools
pip install -U -r requirements.txt
# To set up pre-commit hooks, required for contributing code, run:
pre-commit install --install-hooks --overwrite

About

Home automation tools and scripts

License:GNU General Public License v3.0


Languages

Language:Python 59.0%Language:Shell 41.0%