diff --git a/homeassistant/components/roborock/manifest.json b/homeassistant/components/roborock/manifest.json index 6882754f49a..5be48c1f4bf 100644 --- a/homeassistant/components/roborock/manifest.json +++ b/homeassistant/components/roborock/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/roborock", "iot_class": "local_polling", "loggers": ["roborock"], - "requirements": ["python-roborock==0.34.6"] + "requirements": ["python-roborock==0.35.0"] } diff --git a/homeassistant/components/roborock/strings.json b/homeassistant/components/roborock/strings.json index 53c536494f9..87d06f92f46 100644 --- a/homeassistant/components/roborock/strings.json +++ b/homeassistant/components/roborock/strings.json @@ -64,7 +64,8 @@ "water_empty": "Water empty", "waste_water_tank_full": "Waste water tank full", "dirty_tank_latch_open": "Dirty tank latch open", - "no_dustbin": "No dustbin" + "no_dustbin": "No dustbin", + "cleaning_tank_full_or_blocked": "Cleaning tank full or blocked" } }, "main_brush_time_left": { diff --git a/requirements_all.txt b/requirements_all.txt index 1d42a99a67d..b5733231b2d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2179,7 +2179,7 @@ python-qbittorrent==0.4.3 python-ripple-api==0.0.3 # homeassistant.components.roborock -python-roborock==0.34.6 +python-roborock==0.35.0 # homeassistant.components.smarttub python-smarttub==0.0.33 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 018a295e9bd..bae102058d1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1623,7 +1623,7 @@ python-picnic-api==1.1.0 python-qbittorrent==0.4.3 # homeassistant.components.roborock -python-roborock==0.34.6 +python-roborock==0.35.0 # homeassistant.components.smarttub python-smarttub==0.0.33