Releases: thenewwazoo/homebridge-lutron-caseta-leap
Pico Remote support!
This change adds support for Pico Remotes in both the Pro and non-Pro bridges. They will appear as "stateless buttons" in your HomeKit apps. See the README for more details! Only single button presses are supported at this time, but future versions will add support for long- and double-presses.
I've only added support for a subset of the remotes. If you have a remote that's not supported, please file a Github issue.
This release also includes a small number of changes and improvements:
- The serial number characteristics passes strings and not numbers.
- Improved stability from better client handling.
Add support for Pico remotes
This change adds support for a subset of Pico remotes. I've only added support for those I own (or can make solid guesses about), but adding the rest is trivial.
This also changes the serial number characteristics to pass strings and not numbers.
Fix broken credentials
This release fixes broken credentials due to the hub returning a hostname with a leading capital letter (now Lutron-...
and not lutron-...
). This is fixed in the underlying library.
Version increase for dependency update
v2.0.7 Version numbers are free. Let's use another one.
v2.0.6 for CVE-2021-23386
Release to resolve transitive dependency with CVE-2021-23386
v2.0.5
This release fixes a bug wherein there might be multiple connections to a single bridge.
v2.0.4
(mistaken release. please ignore.)
v2.0.3
This fixes a check for already-known bridges that resulted in multiple simultaneous connections.
2.0.1
This release improves the readme, and adds helper text to the config UI to show which generated files go in which fields.