-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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
Bump blebox_uniapi to 2.2.1 #108918
Bump blebox_uniapi to 2.2.1 #108918
Conversation
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hey there @bbx-a, @riokuu, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
8c52121
to
af32d6b
Compare
stale review: CLA errors fixed and CLA signed
The changes look good! Welcome to the new code owner @swistakm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bumping the dependency! However, could you please update the PR description to contain at least one (or multiple) of the following:
- A link to the release notes of this package version, and all versions in between.
- A link to the changelog of this package.
- A link to a Git(Hub) diff/compare view from the current version to the bumped version.
This allows us to review upstream changes, which is needed to decide this change is working as intended and/or if we can include it in, for example, a patch release of Home Assistant.
Thanks already! 👍
Hey @edenhaus. Sorry for delay. Was busy working on other issues over the week. In the meantime we have fixed another minor issue on the blebox_uniapi side and released another patch release. Here is summary of all the changes in chronological order: 2.2.1 Changelog:
Release: link 2.2.2 Changelog:
Release: link We have another small fix to be merged soon (blebox/blebox_uniapi#153) but I think it would be better to update in smaller batches. WDYT? Last but not least, if you by chance want to test evaluate changes locally but don't have any blebox device at hand: I've built a small simulator for selected devices. It is not complete but I plan to extend it over time. It supports zeroconf (but only on macOS) so homeassistant can discover all simulated devices. It makes much easier to evaluate backward compatibility of historical device variants. |
And the full changelog: https://github.com/blebox/blebox_uniapi/blob/master/HISTORY.rst |
@edenhaus I have just noticed that automation marked this PR as draft and I completely missed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @swistakm 👍
Can be merged if CI is passing
No need to ping me as the bot already requested a review from me, when you click "Ready for review" |
Proposed change
Update
blebox_uniapi
package version to2.2.1
(latest). This version incorporates small improvements/fixes to collection of power measurement data of switchBox and switchBoxD devices. Also resolves problem logged regarding power measurements (see #103421).I'm now official maintainer of
blebox_uniapi
(pinging @bbx-a and @riokuu to confirm) and will be working on this project for some longer time, so I have added myself to blebox component codeowners.2.2.1
Changelog:
Release: link
Diff: blebox/blebox_uniapi@v2.2.0...v2.2.1
2.2.2
Changelog:
Release: link
Diff: blebox/blebox_uniapi@v2.2.1...v2.2.2
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: