Tags: homebridge-plugins/homebridge-lutron-caseta-leap
Tags
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 * Convert to ESmodule * Update dependencies
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
Update package-lock.json to use the actual latest version of lutron-l… …eap-js
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.
PreviousNext