From 16389dc18e997ccf09005599bbc0e0ff9d527023 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 11 Mar 2026 03:21:28 -0400 Subject: [PATCH] Bump python-roborock to 4.20.0 (#165292) --- homeassistant/components/roborock/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/roborock/conftest.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/roborock/manifest.json b/homeassistant/components/roborock/manifest.json index b4055f820a8f..0b215840f4d7 100644 --- a/homeassistant/components/roborock/manifest.json +++ b/homeassistant/components/roborock/manifest.json @@ -20,7 +20,7 @@ "loggers": ["roborock"], "quality_scale": "silver", "requirements": [ - "python-roborock==4.17.2", + "python-roborock==4.20.0", "vacuum-map-parser-roborock==0.1.4" ] } diff --git a/requirements_all.txt b/requirements_all.txt index 9cb7b0b2ea94..a2a2b5c04f4b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2639,7 +2639,7 @@ python-rabbitair==0.0.8 python-ripple-api==0.0.3 # homeassistant.components.roborock -python-roborock==4.17.2 +python-roborock==4.20.0 # homeassistant.components.smarttub python-smarttub==0.0.47 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a7d3aaa3e74a..503118ac85fc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2235,7 +2235,7 @@ python-pooldose==0.8.2 python-rabbitair==0.0.8 # homeassistant.components.roborock -python-roborock==4.17.2 +python-roborock==4.20.0 # homeassistant.components.smarttub python-smarttub==0.0.47 diff --git a/tests/components/roborock/conftest.py b/tests/components/roborock/conftest.py index 08c75f234e96..9bbfe2dedc91 100644 --- a/tests/components/roborock/conftest.py +++ b/tests/components/roborock/conftest.py @@ -300,7 +300,7 @@ def make_home_trait( NamedRoomMapping( segment_id=room_mapping[room.id], iot_id=room.id, - name=room.name, + raw_name=room.name, ) for room in rooms ],