Skip to content

Update python-roborock to 4.26.3#166178

Merged
joostlek merged 1 commit intohome-assistant:devfrom
lboue:python-roborock-v4.26.3
Mar 22, 2026
Merged

Update python-roborock to 4.26.3#166178
joostlek merged 1 commit intohome-assistant:devfrom
lboue:python-roborock-v4.26.3

Conversation

@lboue
Copy link
Copy Markdown
Contributor

@lboue lboue commented Mar 22, 2026

Proposed change

v4.26.3 (2026-03-22) — Bug fixes only, via PR #793:

YXDeviceState (Q10) — status name normalization: enum string values were non-standard with concatenated "state" suffixes. They are replaced with canonical values consistent with the rest of the library:

Enum Before After
SLEEP_STATE "sleepstate" "sleeping"
STANDBY_STATE "standbystate" "standby"
CLEANING_STATE "cleaningstate" "cleaning"
TO_CHARGE_STATE "tochargestate" "going_to_charge"
REMOTEING_STATE "remoteingstate" "remote_control"
CHARGING_STATE "chargingstate" "charging"
PAUSE_STATE "pausestate" "paused"
FAULT_STATE "faultstate" "fault"
UPGRADE_STATE "upgradestate" "updating"
CREATING_MAP_STATE "creatingmapstate" "creating_map"
MAP_SAVE_STATE "mapsavestate" "saving_map"
RE_LOCATION_STATE "relocationstate" "relocating"
ROBOT_SWEEPING "robotsweeping" "sweeping"
ROBOT_MOPING "robotmoping" "mopping"
ROBOT_SWEEP_AND_MOPING "robotsweepandmoping" "sweep_and_mop"
ROBOT_TRANSITIONING "robottransitioning" "transitioning"
ROBOT_WAIT_CHARGE "robotwaitcharge" "waiting_to_charge"

Changes: Python-roborock/python-roborock@v4.26.2...v4.26.3
Changelog: https://github.com/Python-roborock/python-roborock/blob/main/CHANGELOG.md

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:

@home-assistant
Copy link
Copy Markdown

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 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 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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Roborock integration to use python-roborock 4.26.3

Changes:

  • Bump python-roborock from 4.26.2 to 4.26.3 across manifest and requirements lock files.

Reviewed changes

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

Show a summary per file
File Description
homeassistant/components/roborock/manifest.json Pins python-roborock to 4.26.3 for the integration.
requirements_all.txt Updates global pinned dependency to 4.26.3.
requirements_test_all.txt Updates test dependency set to 4.26.3.

@lboue lboue force-pushed the python-roborock-v4.26.3 branch from df0bcb6 to c846266 Compare March 22, 2026 09:29
@lboue lboue marked this pull request as ready for review March 22, 2026 09:30
@lboue lboue requested a review from allenporter as a code owner March 22, 2026 09:30
Copilot AI review requested due to automatic review settings March 22, 2026 09:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 3 out of 3 changed files in this pull request and generated no new comments.

@lboue
Copy link
Copy Markdown
Contributor Author

lboue commented Mar 22, 2026

Ready now

@joostlek joostlek merged commit 0128372 into home-assistant:dev Mar 22, 2026
87 of 88 checks passed
@lboue lboue deleted the python-roborock-v4.26.3 branch March 22, 2026 13:51
AlexCherrypi pushed a commit to AlexCherrypi/core that referenced this pull request Mar 22, 2026
AlexCherrypi pushed a commit to AlexCherrypi/core that referenced this pull request Mar 22, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Mar 23, 2026
@edenhaus edenhaus added this to the 2026.3.4 milestone Mar 23, 2026
@frenck
Copy link
Copy Markdown
Member

frenck commented Mar 23, 2026

I can't cleanly merge this into the current stable branches and thus removed it from the milestone. Will be part of Home Assistant 2026.4 instead.

@frenck frenck removed this from the 2026.3.4 milestone Mar 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants