Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.
/ HomeControl Public archive

🏡 Yet another home automation attempt

License

Notifications You must be signed in to change notification settings

lennart-k/HomeControl

Repository files navigation

Total alerts Language grade: Python Docker status

HomeControl

Another approach to home automation


Installation

Docker

On amd64/x86 do:

docker run -it --net=host -v CONFIG_FOLDER:/config --name="HomeControl" lennartk01/homecontrol:latest

Python

The minimum Python version for HomeControl is Python 3.7 You can install it the following:

python3 -m pip install git+https://github.com/lennart-k/HomeControl