Skip to content

Commit

Permalink
Merge pull request #618 from Yuval-Grinberg/main
Browse files Browse the repository at this point in the history
Recognize mop support for the S8 Pro Ultra
  • Loading branch information
humbertogontijo authored Apr 12, 2024
2 parents 4cac7bb + be50ada commit f0fb9c6
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 f0fb9c6

Please sign in to comment.