-
Notifications
You must be signed in to change notification settings - Fork 82
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 #91
Comments
Please. 🙏 I rely on these too much. |
Notably once the plugin is tested for v2.0, updating the https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0#homebridge-v2 |
Comparing the plugin code to what's written here, it appears that there are no actual code changes necessary and simply updating the diff --git a/package.json b/package.json
index 4be6bec..40def60 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,8 @@
"url": "http://github.com/nfarina/homebridge-dummy/issues"
},
"engines": {
- "node": ">=0.12.0",
- "homebridge": ">=0.2.0"
+ "node": "^18.20.4 || ^20.15.1 || ^22.0.0",
+ "homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"dependencies": {
"node-persist": "^2.1.0"
|
@mserajnik Were you ever able to test this for compatibility? |
+1 for Homebridge 2.0 support |
I came here to request the same. Happy New Year to all! |
Bump on this issue; this is a core homebridge plugin used by many. Should be fairly easy to check for compatibility with 2.0? |
I have just tested the plugin on beta23 of v2.0.0 and all seems to be working fine (for my setup) |
Thanks, +1 for this too. Is this project abandoned? |
@nfarina 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
The text was updated successfully, but these errors were encountered: