nfarina / homebridge-dummy

Dummy switches for Homebridge: https://github.com/nfarina/homebridge
262 stars 82 forks source link

Child Bridge #69

Closed robgrieve closed 1 year ago

robgrieve commented 1 year ago

This may be a personal preference however if your install uses child bridges to isolate out each plugin, the homebridge-dummy plugin wants to have a child bridge per accessory created within the plugin. Instead of treating the whole plugin as one on a single child bridge.

You could end up with several child bridges each with one switch in them. Is this intentional?

pponce commented 1 year ago

You can combine multiple accessories from the same plugin like this: https://github.com/homebridge/homebridge/wiki/Child-Bridges#multiple-accessories-on-the-same-child-bridge

robgrieve commented 1 year ago

Amazing, thank you. Thank has done exactly what I was after