Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 3.56 KB

README.md

File metadata and controls

77 lines (61 loc) · 3.56 KB

aiocomelit

CI Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

Python library to control Comelit Simplehome

Installation

Install this via pip (or your favourite package manager):

pip install aiocomelit

Test

Test the library with:

python library_test.py

The script accept command line arguments or a library_test.json config file:

{
  "bridge": "192.168.1.252",
  "bridge_port": 80,
  "bridge_pin": 12345,
  "bridge_vedo": false,
  "vedo": "192.168.1.230",
  "vedo_port": 8080,
  "vedo_pin": 67890,
  "test": false
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.