Skip to content

HalestormAI/UnderControlApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnderControlApi

Custom web API to bring together various home control APIs.

Setup

  1. Create a virtual environment
  2. pip install -r requirements.txt
  3. Copy config.example.toml to config.toml and update with any of your own settings.
  4. Run the server using python main.py.

Adapters

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.

About

Custom web API to bring together various home control APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages