-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
v2.0.0 #154
Open
donavanbecker
wants to merge
34
commits into
latest
Choose a base branch
from
beta-2.0.0
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v2.0.0 #154
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [1.5.1](https://github.com/homebridge-plugins/homebridge-roomba2/releases/tag/v1.5.1) (2025-01-23) ### What's Changes - Fixed Cannot find module Issue [#148](#148) - Housekeeping and updated dependencies. **Full Changelog**: v1.5.0...v1.5.1
update @homebridge/plugin-ui-utils
github-actions
bot
added
enhancement
New feature or request
dependencies
Pull requests that update a dependency file
labels
Jan 25, 2025
donavanbecker
force-pushed
the
beta-2.0.0
branch
3 times, most recently
from
January 25, 2025 05:15
609d8f3
to
351cd69
Compare
- Change from `Accessory` base to `Platform` based Plugin - ***You will need to re-setup your vacuum*** - You can reuse your config by taking your `serialnum`, `blid`, `robotpwd`, `ipaddress` from the Accessory config and input it in the Homebridge UI when adding a new device. - Pluging has been renamed from `homebridge-roomba2` to `homebridge-roomba` now that it is a scoped plugin. - Housekeeping and updated dependencies. **Full Changelog**: v1.5.3...v2.0.0
donavanbecker
force-pushed
the
beta-2.0.0
branch
from
January 25, 2025 21:12
351cd69
to
0e76429
Compare
donavanbecker
force-pushed
the
beta-2.0.0
branch
from
January 25, 2025 21:23
ab67887
to
40067ad
Compare
- Change from `Accessory` base to `Platform` based Plugin - ***You will need to re-setup your vacuum*** - You can reuse your config by taking your `serialnum`, `blid`, `robotpwd`, `ipaddress` from the Accessory config and input it in the Homebridge UI when adding a new device. - Pluging has been renamed from `homebridge-roomba2` to `homebridge-roomba` now that it is a scoped plugin. - Compaitable with Homebridge `v2.0.0` - Housekeeping and updated dependencies. **Full Changelog**: v1.5.3...v2.0.0
donavanbecker
force-pushed
the
beta-2.0.0
branch
from
January 25, 2025 21:30
40067ad
to
3f8d2f6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2.0.0 (2025-01-25)
What's Changes
Major Changes
Accessory
base toPlatform
based Pluginserialnum
,blid
,robotpwd
,ipaddress
from the Accessory config and input it in the Homebridge UI when adding a new device.homebridge-roomba2
tohomebridge-roomba
now that it is a scoped plugin.v2.0.0
Other Changes
Full Changelog: v1.5.3...v2.0.0