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 #266

Open
Niklas31 opened this issue Sep 21, 2024 · 3 comments
Open

HomeBridge 2.0 #266

Niklas31 opened this issue Sep 21, 2024 · 3 comments

Comments

@Niklas31
Copy link

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

Notes

No response

@AlexGustafsson
Copy link
Owner

Thank you for letting me know! I'll be sure to update what's necessary to ensure the plugin supports v2 going forward. I'll try to release a v7.0.0-beta.0 version. Once Homebridge 2.0 is released, I'll release a v7.0.0 and drop support for older node and homebridge versions as I don't really have the bandwidth to deal with multiple tracks.

@AlexGustafsson
Copy link
Owner

@Niklas31 v7.0.0-beta.0 is now published. There are no changes (at all) to the actual source code. But it has been configured and tested to work with Homebridge v2. I've decided to do a major bump due to the shift in supported node and Homebridge versions. Thanks again for letting me know about the change.

I'll keep this issue open until Homebridge v2 (and homebridge-wol v7.0.0) is released.

@alissaman
Copy link

Thanks @AlexGustafsson, this update did seem to fix an issue where it would not wake the pc after HomeBridge had been running for a while.

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

3 participants