Metadata-Version: 2.4 Name: aiocomelit Version: 2.0.7 Summary: Python library to control Comelit Simplehome Author-email: Simone Chemelli License-Expression: Apache-2.0 Project-URL: Homepage, https://github.com/chemelli74/aiocomelit Project-URL: Bug Tracker, https://github.com/chemelli74/aiocomelit/issues Project-URL: Changelog, https://github.com/chemelli74/aiocomelit/blob/main/CHANGELOG.md Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Requires-Python: >=3.12 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: aiohttp>=3.12.7 Requires-Dist: orjson<4,>=3.10 Requires-Dist: pint Dynamic: license-file # aiocomelit

CI Status Test coverage percentage

uv black prek

PyPI Version Supported Python versions License

--- **Source Code**: https://github.com/chemelli74/aiocomelit --- 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: ```json { "bridge_skip": false, "bridge": "192.168.1.252", "bridge_port": 80, "bridge_pin": 12345, "bridge_vedo": false, "vedo_skip": false, "vedo": "192.168.1.230", "vedo_port": 8080, "vedo_pin": 67890, "test": false } ``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
chemelli74
Simone Chemelli
joostlek
Joost Lekkerkerker
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits This package was created with [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.