Skip to content

Commit

Permalink
Recognize mop support for the S8 Pro Ultra
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Grinberg authored Apr 12, 2024
1 parent 4cac7bb commit be50ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/roborock/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
ROCKROBO_1S = "roborock.vacuum.m1s"
ROCKROBO_C1 = "roborock.vacuum.c1"
ROCKROBO_P10 = "roborock.vacuum.a75"
ROCKROBO_S8_PRO_ULTRA = "roborock.vacuum.a70"
ROCKROBO_WILD = "roborock.vacuum.*" # wildcard

MODELS_VACUUM_WITH_MOP = [
Expand All @@ -69,6 +70,7 @@
ROCKROBO_S6_PURE,
ROCKROBO_S7,
ROCKROBO_S7_MAXV,
ROCKROBO_S8_PRO_ULTRA,
ROCKROBO_P10,
ROCKROBO_G10_SG,
]
Expand Down

0 comments on commit be50ada

Please sign in to comment.