Skip to content

Bump blebox_uniapi to v2.5.6 - #178353

Merged
zweckj merged 1 commit into
home-assistant:devfrom
bkobus-bbx:blebox/bump-blebox-uniapi-to-v2.5.6
Aug 6, 2026
Merged

Bump blebox_uniapi to v2.5.6#178353
zweckj merged 1 commit into
home-assistant:devfrom
bkobus-bbx:blebox/bump-blebox-uniapi-to-v2.5.6

Conversation

@bkobus-bbx

@bkobus-bbx bkobus-bbx commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Proposed change

Updated blebox-uniapi to version 2.5.6 (first version published to PyPi via a GitHub Workflow as required in: #175368 (comment)).

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies a diff between library versions and ideally a link to the changelog/release notes is added to the PR description.

To help with the load of incoming pull requests:

Copilot AI balanced review requested due to automatic review settings August 6, 2026 11:27
@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: blebox small-pr PRs with less than 30 lines. by-code-owner Quality Scale: No score labels Aug 6, 2026
@home-assistant

home-assistant Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Hey there @bbx-a, @swistakm, mind taking a look at this pull request as it has been labeled with an integration (blebox) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of blebox can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant mark-draft Mark the pull request as draft.
  • @home-assistant ready-for-review Remove the draft status from the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign blebox Removes the current integration label and assignees on the pull request, add the integration domain after the command.
  • @home-assistant update-branch Update the pull request branch with the base branch.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component, problem in config, problem in device, feature-request) to the pull request.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component, problem in config, problem in device, feature-request) on the pull request.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the BleBox integration’s blebox-uniapi dependency from 2.5.5 to 2.5.6.

Changes:

  • Updates the BleBox integration manifest requirement.
  • Regenerates the consolidated requirements file.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
homeassistant/components/blebox/manifest.json Pins BleBox to blebox-uniapi 2.5.6.
requirements_all.txt Updates the generated consolidated dependency pin.

Comment thread homeassistant/components/blebox/manifest.json
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

Check requirements

Checked at commit 40a9b44.

All requirements checks passed. ✅

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
blebox-uniapi 2.5.5 2.5.6 ☑️
📦 blebox-uniapi: 2.5.5 → 2.5.6
  • No Advisories: ✅ No active advisories reported by PyPI for version 2.5.6.
  • Not Yanked: ✅ Version 2.5.6 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/blebox/blebox_uniapi is publicly accessible.
  • CI Upload: ✅ Trusted Publisher attestation found (GitHub).
  • Release Pipeline: ✅ OIDC via Trusted Publisher attestation (GitHub); automated CI upload verified by PyPI.
  • Security: ☑️ Baseline scan found nothing obvious in setup.py, blebox_uniapi/__init__.py, blebox_uniapi/session.py. setup.py only reads local files; no install-time network access; no suspicious patterns. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to blebox/blebox_uniapi@v2.5.5...v2.5.6, which references both 2.5.5 and 2.5.6.
  • Async Safe: ✅ No new blocking calls introduced in 2.5.5 → 2.5.6. The diff changes log levels in session.py, adds a _product attribute in box.py, refactors button.py logic, and adds GateBoxExtraButtonType enum in cover.py. All network I/O continues to use aiohttp with await.

Generated by Check requirements (AW) · sonnet46 · 35.2 AIC · ⌖ 5.3 AIC · ⊞ 9.2K ·

@zweckj
zweckj merged commit 8546024 into home-assistant:dev Aug 6, 2026
49 checks passed
@bkobus-bbx
bkobus-bbx deleted the blebox/bump-blebox-uniapi-to-v2.5.6 branch August 6, 2026 12:15
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

by-code-owner cla-signed dependency Pull requests marked as a dependency upgrade integration: blebox Quality Scale: No score small-pr PRs with less than 30 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants