Releases: pyalarmdotcom/pyalarmdotcomajax
v0.2.0-beta.9
Supports real-time one-time password collection for two-factor authentication.
v0.2.0-beta.8
Added support for image sensors. Thanks @AritroSaha10!
v0.2.0-beta.7
Resolves fatal permissions errors for accounts with restricted access. (i.e.: A limited account with access to sensors and locks but no access to alarm control panels.)
v0.2.0-beta.6
Fixes issue where locks always report malfunction. (Thanks @vegardengen.)
v0.2.0-beta.5
Fixes arming failure when forceBypass=True but no sensors need bypassing.
v0.2.0-beta.4
No longer returns a exception (via CLI only) when a user's provider or service plan does not support a particular device type.
v0.2.0-beta.3
- Removed mismatched_states attribute. Not reliable.
- No longer checking has_state attribute before returning state. Alarm.com lists smoke alarms as being "Not Reset" (and has_state = False) even after they have been reset.
Full Changelog: 0.2.0-beta.2...v0.2.0-beta.3
v0.2.0-beta.2
What's Changed
- Added better handling around authentication failures. by @elahd in #23
- Gracefully handle permission failures triggered by missing / not permissioned garage doors and locks @elahd in #24
Full Changelog: v0.2.0-beta...0.2.0-beta.2
v0.2.0-beta
This is a major release that breaks features in v0.1. Use caution when upgrading.
New Features
- Support for multiple locks, partitions, and garage doors.
- Support for controlling garage doors.
- Support for additional sensor attributes.
- Command line interface for debugging. The CLI can show all supported devices either in a "user-friendly" format or as raw JSON. JSON format has an option to return raw data for a subset of unsupported devices to assist with future enhancements.
Removed Features
- Thermostats. The maintainers don't have access to Alarm.com thermostats. As such, we had to drop support as part of releasing the above features. If you have an Alarm.com thermostat and want to help, create a GitHub issue!
For Developers
- Using VS Code devcontainer for a consistent development environment.
- Using pre-commit scripts and a suite of linters, formatters, etc., to ensure good code hygiene.
- Added code samples to show how to pull device data and control devices.
Full Changelog: https://github.com/uvjustin/pyalarmdotcomajax/commits/2.1.0-beta