Releases: pyalarmdotcom/pyalarmdotcomajax
Releases · pyalarmdotcom/pyalarmdotcomajax
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
- [BREAKING] Moved action functions (arm home, lock, etc.) from controller to individual devices.
- Added support for lights (on/off and dimmers only).
- Fixed OTP login workflow in CLI.
- Removed arming preferences (bypass, etc.) from controller. Now, preferences must be submitted on every arm request.
v0.2.1
v0.2.0
This is a major release that breaks features in v0.1. Use caution when upgrading.
New Features
- Support for multiple locks (thanks @vegardengen), partitions, and garage doors, and image sensors (thanks @AritroSaha10).
- Supports real-time one-time password collection for two-factor authentication.
- Support for controlling garage doors.
- Support for additional sensor attributes.
- Command line interface for debugging (thanks @kevin-david). 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.
New Contributors
- @AritroSaha10 made their first contribution in #32
- @kevin-david made their first contribution in #15
Full Changelog: v0.1.13...v0.2.0