luc-ass / homebridge-evohome

Homebridge plugin for Honeywell Evohome
29 stars 16 forks source link

Allow for persistent accessories inside child bridge #135

Closed luc-ass closed 1 year ago

luc-ass commented 1 year ago

This enables you to have persistent accessories, if you run the plugin within a child bridge. It does this by skipping the callback([]), so it doesn't return an empty array to homebridge. This also causes the bridge to hang, which is why you should only enable this inside a child bridge!

Thanks so much to @coolweb for the work on this!