Releases: node-alarm-dot-com/homebridge-node-alarm-dot-com
Releases · node-alarm-dot-com/homebridge-node-alarm-dot-com
v1.10.1
What's Changed
- Fix for night arming option by @jdrahoz in #118
- Fix for heat and glass sensors being inverted
- Fix for plugin crash when account settings retrieval fails
- Housekeeping: Update minimum Node versions to current supported
- Housekeeping: Update packages
New Contributors
Full Changelog: v1.10.0...v1.10.1
Version 1.10.0
What's Changed
- Add thermostat support by @pb30 in #111
- Clean up logging to prevent people being spammed
- Cleaning up after the linter
New Contributors
Full Changelog: v1.9.0...v1.10.0
Version 1.9.0
What's Changed
- Cleanup code by adopting prettier and eslint
- Compatibility with Node-HAP 0.11.0 and Homebridge 1.6.0
- Add new sensor types. You may want to clear your accessories cache
- Fix for 404 errors when too many sensors present
- Fix several issues with dimmable/non-dimmable lights
- Improve logging of unknown sensors by @andrewheavin in #68
- Fix logging level not stopping logs as it should have
- [Breaking] Drop support for Node 12 and 14.
- Fix for desiredLockState erroring out when lock state is unknown
New Contributors
- @andrewheavin made their first contribution in #68
Full Changelog: v1.8.0...v1.9.0
Version 1.8.0
- Update node-alarm-dot-com to v1.11.0, giving us:
- Multi-factor authentication support
- Recovery from expired authentication, i.e. ECONNECT errors. (@DMBlakeley)
- Update UI-X schema to read better and reflect current plugin features
- Fix night arming not working and added warning
- Improve logging of unknown sensors (@andrewheavin)
- Fixed the device cache not helping restore devices
- Fixed ignored devices not being ignored/removed from the plugin
- Fixed ordering in the plugin so locks/lights won't be mixed together
- Added a bit of randomness to the refresh timer so as to not overload alarm.com's servers
Release 1.7.1
- Attempt to fix issues with node-alarm-dot-com imports causing undefined errors when reading ARM_STAY
Release 1.7.0
- The project is now written in Typescript
- Improved reliability of light control, especially around dimmers
- Fixed night arming
Release 1.6.5
Release 1.6.4
Release 1.6.4
Release 1.6.3
- Fixes dependency issues with package.json. (aa13152)
Release 1.6.2
- Fixes error with systems that don't have garage doors producing undefined error (error in node-alarm-dot-com interface). (cf1c15f)