Skip to content

Tags: homebridge-plugins/homebridge-lutron-caseta-leap

Tags

v2.8.0

v2.8.0

## [2.8.0](https://github.com/homebridge-plugins/homebridge-lutron-caseta-leap/releases/tag/v2.8.0) (2025-01-25)

### What's Changes
- Bump Node Version to `v20` or `v22`
- Housekeeping and updated dependencies

**Full Changelog**: v2.7.0...v2.8.0

v2.7.0

v2.7.0

- Convert to ESModule
- Housekeeping and updated dependencies

**Full Changelog**: v2.6.0...v2.7.0

v2.7.0-beta.0

v2.7.0

* Convert to ESmodule
* Update dependencies

v2.6.0

v2.6.0

* Hide double/long press action in Home app when disabled (#143) (#157) @donavanbecker
* Bump socket.io-parser and homebridge-config-ui-x (#141) @dependabot
* Bump systeminformation and homebridge-config-ui-x (#140) @dependabot
* Bump class-validator and homebridge-config-ui-x (#139) @dependabot
* Bump fastify and homebridge-config-ui-x (#138) @dependabot
* Bump @babel/traverse from 7.22.20 to 7.23.2 (#130) @dependabot
* update README to include support for 4 button scene keypads (#131) @DonutEspresso
* Add `Name` & `ConfiguredName` to AccessoryInformation so Names sync from Lutron app to Home app. (@donavanbecker)
* Update dependencies

v2.5.3

2.5.3

v2.5.2

2.5.2

v2.5.1

2.5.1

v2.5.0

Update to use corrected lutron-leap v3.4.2

v2.4.5-beta1

Update package-lock.json to use the actual latest version of lutron-l…

…eap-js

v2.4.5-beta0

Make the plugin re-subscribe on disconnection

When the client connection is lost, the bridge removes subscriptions to
events, which makes sense. The plugin only subscribes to events when it
wires up the accessories, and never again.

This change listens for the disconnected event, and makes the plugin
re-subscribe when that happens. This should keep devices requiring
subscription, namely Picos and Occupancy Sensors, working after client
connection is re-established.