Skip to content

Releases: pyalarmdotcom/pyalarmdotcomajax

v0.6.0-beta.9

23 May 04:25
884148a

Choose a tag to compare

🐛 Bug Fixes

Fixed typo that created malformed arming requests.

v0.6.0-beta.8

22 May 20:58
5c3c1ef

Choose a tag to compare

🐛 Bug Fixes

Fixes failure to refresh via pull after the WebSocket client reconnects.

v0.6.0-beta.7

22 May 15:29
adf76c7

Choose a tag to compare

🐛 Bug Fixes

Fixes silent arming failure caused by malformed body in arming POST request.

v0.6.0-beta.6

21 May 03:43
1b061d3

Choose a tag to compare

v0.6.0-beta.6 Pre-release
Pre-release

💡 Enhancements

  1. Made API response validation more forgiving to reduce severity of errors.
  2. Added silent arming mode to arm away and arm night.

v0.6.0-beta.5

20 May 00:50
e49edc3

Choose a tag to compare

v0.6.0-beta.5 Pre-release
Pre-release

🐛 Bug Fixes

Fixes issue in which events are not processed due to misclassification of WebSocket message type.

v0.6.0-beta.4

19 May 16:24
b2873b1

Choose a tag to compare

v0.6.0-beta.4 Pre-release
Pre-release

🐛 Bug Fixes

Library only queries device endpoints for devices that are listed as part of the active system. This avoids issues with HTTP errors triggering on the image sensor endpoint for users without access to image sensors.

v0.6.0-beta.3

15 May 21:19
67329dc

Choose a tag to compare

v0.6.0-beta.3 Pre-release
Pre-release

🐛 Bug Fixes

Fixes issue in which unknown sensor states cause fatal exceptions.

v0.6.0-beta.2

15 May 13:27
94dad5c

Choose a tag to compare

v0.6.0-beta.2 Pre-release
Pre-release

💡 Enhancements

Support for Water Valves

v0.6.0-beta.1

14 May 23:25

Choose a tag to compare

v0.6.0-beta.1 Pre-release
Pre-release

🌟 Changes

This is the first release of a complete rebuild of the pyalarmdotcomajax library. This release provides:

  1. Increased stability: Disconnect recovery is smoother and implements the same retry logic as the Alarm.com website.
  2. Event-driven updates: All events and device updates are now from Alarm.com servers instead of relying on polling. Consumers can subscribe to all events for all supported devices.

☠ Deprecated Features

Support for Skybell configuration has been temporarily dropped due to lack of developer access to a Skybell device.

🧹 Housekeeping

Minimum Python version is now 3.13.

v0.5.13

28 Apr 21:16
97a2039

Choose a tag to compare

🐛 Bug Fixes

Fixes login failure due to missing provider name. Thanks to @gonzonia, @doctorkb, and @egburr for contributing PRs.