Skip to content

Bump roborock dependencies - #173766

Merged
jpbede merged 2 commits into
devfrom
frenck/bump-python-roborock-5.14.2
Jun 15, 2026
Merged

Bump roborock dependencies#173766
jpbede merged 2 commits into
devfrom
frenck/bump-python-roborock-5.14.2

Conversation

@frenck

@frenck frenck commented Jun 14, 2026

Copy link
Copy Markdown
Member

Proposed change

Bump roborock dependencies:

  • python-roborock from 5.14.1 to 5.14.2
  • vacuum-map-parser-roborock from 0.1.4 to 0.1.5

python-roborock upstream links:

Changes in python-roborock 5.14.2:

vacuum-map-parser-roborock upstream links:

Changes in vacuum-map-parser-roborock 0.1.5:

Both are bug fixes in the libraries. No changes needed on the Home Assistant side.

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

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:
  • Link to developer documentation pull request:
  • Link to frontend pull request:

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 review requested due to automatic review settings June 14, 2026 16:05
@frenck
frenck requested a review from allenporter as a code owner June 14, 2026 16:05
@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: honeywell integration: roborock small-pr PRs with less than 30 lines. Top 100 Integration is ranked within the top 100 by usage Top 200 Integration is ranked within the top 200 by usage labels Jun 14, 2026
@home-assistant home-assistant Bot assigned allenporter and unassigned allenporter Jun 14, 2026
@home-assistant

Copy link
Copy Markdown
Contributor

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

Code owner commands

Code owners of roborock 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 roborock 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.

@home-assistant

Copy link
Copy Markdown
Contributor

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

Code owner commands

Code owners of honeywell 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 honeywell 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

This PR bumps two roborock integration dependencies: python-roborock from 5.14.1 to 5.14.2 (fixing Q10 customized clean mode) and vacuum-map-parser-roborock from 0.1.4 to 0.1.5 (adding support for removed submaps). However, it also includes an unrelated AIOSomecomfort bump for the honeywell integration which should be in a separate PR.

Changes:

  • Bumps python-roborock to 5.14.2 and vacuum-map-parser-roborock to 0.1.5 in the roborock manifest and requirements_all.txt
  • Bumps AIOSomecomfort from 0.0.35 to 0.0.36 for the honeywell integration (unrelated to PR scope)

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
homeassistant/components/roborock/manifest.json Updates roborock dependency versions
requirements_all.txt Updates pinned versions for roborock and honeywell dependencies
homeassistant/components/honeywell/manifest.json Unrelated bump of AIOSomecomfort dependency

"iot_class": "cloud_polling",
"loggers": ["somecomfort"],
"requirements": ["AIOSomecomfort==0.0.35"]
"requirements": ["AIOSomecomfort==0.0.36"]
Comment thread requirements_all.txt Outdated

# homeassistant.components.honeywell
AIOSomecomfort==0.0.35
AIOSomecomfort==0.0.36

@jpbede jpbede left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There is a unrelated dependency bump of AIOSomecomfort and a test is failing. Could you please have a look?

@home-assistant
home-assistant Bot marked this pull request as draft June 14, 2026 16:54
@home-assistant

Copy link
Copy Markdown
Contributor

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@frenck
frenck force-pushed the frenck/bump-python-roborock-5.14.2 branch from 6268f63 to 9a10c8e Compare June 14, 2026 18:26
@frenck
frenck marked this pull request as ready for review June 14, 2026 18:42
Copilot AI review requested due to automatic review settings June 14, 2026 18:42
@home-assistant
home-assistant Bot requested a review from jpbede June 14, 2026 18:42

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@jpbede jpbede left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The now failing CI is unrelated.

@jpbede
jpbede merged commit e0041c7 into dev Jun 15, 2026
43 of 44 checks passed
@jpbede
jpbede deleted the frenck/bump-python-roborock-5.14.2 branch June 15, 2026 06:18
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed dependency Pull requests marked as a dependency upgrade integration: honeywell integration: roborock Quality Scale: No score Quality Scale: silver small-pr PRs with less than 30 lines. Top 100 Integration is ranked within the top 100 by usage Top 200 Integration is ranked within the top 200 by usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants