Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/roborock/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"loggers": ["roborock"],
"quality_scale": "silver",
"requirements": [
"python-roborock==5.14.1",
"vacuum-map-parser-roborock==0.1.4"
"python-roborock==5.14.2",
"vacuum-map-parser-roborock==0.1.5"
]
}
4 changes: 2 additions & 2 deletions requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/components/roborock/test_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ async def test_q10_cleaning_mode_select_current_option(
assert state.state == STATE_UNKNOWN
options = state.attributes.get("options")
assert options is not None
assert set(options) == {"vac_and_mop", "vacuum", "mop"}
assert set(options) == {"vac_and_mop", "vacuum", "mop", "customized"}

assert fake_q10_vacuum.b01_q10_properties
fake_q10_vacuum.b01_q10_properties.status.update_from_dps(
Expand Down
Loading