Skip to content

Releases: pyalarmdotcom/pyalarmdotcomajax

v0.4.4

08 Aug 16:45
Compare
Choose a tag to compare

Disable camera endpoint

v0.4.3

05 Aug 02:12
f4243e0
Compare
Choose a tag to compare

Stabilized thermostat support.

v0.4.2

25 Jul 01:44
0700753
Compare
Choose a tag to compare

Fixes issue in which library crashes for users with alarm only packages (no home automation features).

v0.4.1

20 Jul 15:24
3928c7b
Compare
Choose a tag to compare

Added more logging for unexpected server response formats.

v0.4

15 Jul 12:20
93eef5f
Compare
Choose a tag to compare
  1. Adds support for thermostats.
  2. [BREAKING!] Moved devices into pyalarmdotcomajax.devices module. This means that:
from pyalarmdotcomajax.devices import Light

...becomes...

from pyalarmdotcomajax.devices.light import Light

v0.3.3

05 Jul 15:05
0eb57f9
Compare
Choose a tag to compare
  • Fixes issue in which a Skybell HD with missing config fields throws a process-killing exception.

v0.3.2

21 Jun 14:04
d684029
Compare
Choose a tag to compare

v0.3.1

31 May 18:55
b8eecfb
Compare
Choose a tag to compare
  • Refactored some TypeDicts into data classes.

v0.3.0

24 May 18:39
104967d
Compare
Choose a tag to compare
  1. Major refactor. Lots of breaking changes alongside easier-to-read code structure and performance improvements.
  2. Added "Configuration Extensions" data model to let pyalarmdotcomajax modify settings for Alarm.com devices.
  3. Added first configuration extension for the Skybell HD video doorbell.
  4. Created testing framework and started building tests.

A big thanks to @lutzky for beta testing the Skybell enhancement and loaning a development account.

v0.2.10

25 Apr 22:20
bc4f700
Compare
Choose a tag to compare
  1. Fixed crash when encountering unknown device type with missing permissions.
  2. Added more unsupported device types.
  3. Refactored. Consolidated similar functions.