-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
General idea
Could you please check will this plugin be impacted with new HomeBridge 2.0 and could we have it update it to support it.
[https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0]
Use case
HomeBridge 2.0 is curte tou in beta, but plugins are being asked to show if their plugin works with it, since there are many underlying changes.
Once you have tested your plugin(s) function correctly on Homebridge v2, you can update your package.json's engines.homebridge value to show that your plugin is ready.
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
Users will see a green tick in the readiness check in the UI once they have installed a version of your plugin with this in the engines.
Once Homebridge v2 has been released, you can remove the -beta.0 from the homebridge versions.

Notes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels