Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomeBridge 2.0 #530

Open
DKhen opened this issue Jan 9, 2025 · 1 comment
Open

HomeBridge 2.0 #530

DKhen opened this issue Jan 9, 2025 · 1 comment

Comments

@DKhen
Copy link

DKhen commented Jan 9, 2025

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 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.

@derjayjay
Copy link
Owner

Thanks for the heads up, will do so 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants