/pyalarmdotcom

Python library to interface with alarm.com accounts.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Alarm.com Python Library

version number: 0.3.2 author: Daren Lord

Overview

A simple library to interface with Alarm.com.

Mainly built for use with Home-Assistant

Installation / Usage

To install use pip:

$ pip install pyalarmdotcom

Or clone the repo:

$ git clone https://github.com/Xorso/pyalarmdotcom.git
$ python setup.py install

Contributing

TBD

Example

TBD

Changelog

0.3.1

  • Updated login response check to not look at the redirect page.

0.3.2

  • Merge 0.3.1 from pypi with repo on GitHub