Metadata-Version: 2.1
Name: pyvivint
Version: 0.1.2
Summary: Python module to interact with VivintSky API.
Home-page: https://github.com/ovirs/pyvivint
Author: Ovidiu Stateina
Author-email: ovidiurs@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Home Automation
Requires-Dist: aiohttp (>=3.5)
Requires-Dist: certifi (>=2019.9.11)

# pyvivint
python library for interacting with vivintsky API

This was built to support the `Vivint` integration in [home-assistant](https://www.home-assistant.io/) but _should_ work outside of it too. It can run on an existing ioloop or create its own if one is not provided.

## Credit
This was inspired by the great work done by [Mike Reibard](https://github.com/Riebart/vivint.py) to reverse engineer the VivintSky Api and it shamelessly reuses most of his code.

## Features
It currently has support for the following device types:
* alarm panels itself
* door locks
* wireless sensors (door/window sensor, glass break sensors, etc)
* cameras

In addition, it integrates with pubnub to receive real-time updates for the devices.

## TODO:
* write a better readme
* add tests
* write some documentation


