python-mobilealerts
Python classes for MobileAlerts gateway and sensors
Library act as proxy server which intercepts all measurements and sensors properties which sends MobileAlerts gateway to the cloud.
Everything works in asynchronous way in order to build on the base of this library Home assistant integration.
Installation
pip install -U mobilealerts
or install with Poetry
poetry add mobilealerts
🛡 License
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
Credits
This project was inspired and developed on the base of MMMMobileAlerts
This project was generated with python-package-template