Update python-roborock to 4.26.3#166178
Merged
joostlek merged 1 commit intohome-assistant:devfrom Mar 22, 2026
Merged
Conversation
|
Hey there @Lash-L, @allenporter, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Roborock integration to use python-roborock 4.26.3
Changes:
- Bump
python-roborockfrom 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. |
df0bcb6 to
c846266
Compare
Contributor
Author
|
Ready now |
9 tasks
joostlek
approved these changes
Mar 22, 2026
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
Member
|
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. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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: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
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.To help with the load of incoming pull requests: