mirror of
https://github.com/home-assistant/core.git
synced 2026-08-03 20:24:55 +02:00
Bump python-roborock to 5.12.0 (#171112)
Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"loggers": ["roborock"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": [
|
||||
"python-roborock==5.5.1",
|
||||
"python-roborock==5.12.0",
|
||||
"vacuum-map-parser-roborock==0.1.4"
|
||||
]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -2705,7 +2705,7 @@ python-rabbitair==0.0.8
|
||||
python-ripple-api==0.0.3
|
||||
|
||||
# homeassistant.components.roborock
|
||||
python-roborock==5.5.1
|
||||
python-roborock==5.12.0
|
||||
|
||||
# homeassistant.components.smarttub
|
||||
python-smarttub==0.0.47
|
||||
|
||||
Generated
+1
-1
@@ -2313,7 +2313,7 @@ python-qube-heatpump==1.10.0
|
||||
python-rabbitair==0.0.8
|
||||
|
||||
# homeassistant.components.roborock
|
||||
python-roborock==5.5.1
|
||||
python-roborock==5.12.0
|
||||
|
||||
# homeassistant.components.smarttub
|
||||
python-smarttub==0.0.47
|
||||
|
||||
@@ -1753,7 +1753,10 @@
|
||||
'capabilities': dict({
|
||||
'options': list([
|
||||
'ok',
|
||||
'no_dustbin_or_filter',
|
||||
'auto_empty_dock_fan_error',
|
||||
'duct_blockage',
|
||||
'auto_empty_dock_voltage_error',
|
||||
'water_empty',
|
||||
'waste_water_tank_full',
|
||||
'maintenance_brush_jammed',
|
||||
@@ -1799,7 +1802,10 @@
|
||||
'friendly_name': 'Roborock S7 2 Dock Dock error',
|
||||
'options': list([
|
||||
'ok',
|
||||
'no_dustbin_or_filter',
|
||||
'auto_empty_dock_fan_error',
|
||||
'duct_blockage',
|
||||
'auto_empty_dock_voltage_error',
|
||||
'water_empty',
|
||||
'waste_water_tank_full',
|
||||
'maintenance_brush_jammed',
|
||||
@@ -2958,7 +2964,10 @@
|
||||
'capabilities': dict({
|
||||
'options': list([
|
||||
'ok',
|
||||
'no_dustbin_or_filter',
|
||||
'auto_empty_dock_fan_error',
|
||||
'duct_blockage',
|
||||
'auto_empty_dock_voltage_error',
|
||||
'water_empty',
|
||||
'waste_water_tank_full',
|
||||
'maintenance_brush_jammed',
|
||||
@@ -3004,7 +3013,10 @@
|
||||
'friendly_name': 'Roborock S7 MaxV Dock Dock error',
|
||||
'options': list([
|
||||
'ok',
|
||||
'no_dustbin_or_filter',
|
||||
'auto_empty_dock_fan_error',
|
||||
'duct_blockage',
|
||||
'auto_empty_dock_voltage_error',
|
||||
'water_empty',
|
||||
'waste_water_tank_full',
|
||||
'maintenance_brush_jammed',
|
||||
|
||||
Reference in New Issue
Block a user