Custom web API to bring together various home control APIs.
- Create a virtual environment
pip install -r requirements.txt
- Copy
config.example.toml
toconfig.toml
and update with any of your own settings. - Run the server using
python main.py
.
To make integration with multiple 3rd party APIs easier, the application auto-registers "Adapter' classes,
that are stored in the adapters
directory.
TODO: More info, for now see python docstrings.