Skip to content

Commit

Permalink
Add Roborock S8 Pro Ultra (#1891)
Browse files Browse the repository at this point in the history
Fixes #1864

---------

Co-authored-by: Teemu R <[email protected]>
  • Loading branch information
spangenberg and rytilahti authored Feb 16, 2024
1 parent 4354615 commit 56c6d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions miio/integrations/roborock/vacuum/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
ROCKROBO_T7SPLUS = "roborock.vacuum.a23"
ROCKROBO_S7_MAXV = "roborock.vacuum.a27"
ROCKROBO_S7_PRO_ULTRA = "roborock.vacuum.a62"
ROCKROBO_S8_PRO_ULTRA = "roborock.vacuum.a70"
ROCKROBO_Q5 = "roborock.vacuum.a34"
ROCKROBO_Q7_MAX = "roborock.vacuum.a38"
ROCKROBO_Q7PLUS = "roborock.vacuum.a40"
Expand Down Expand Up @@ -103,6 +104,7 @@
ROCKROBO_S7,
ROCKROBO_S7_MAXV,
ROCKROBO_S7_PRO_ULTRA,
ROCKROBO_S8_PRO_ULTRA,
ROCKROBO_Q5,
ROCKROBO_Q7_MAX,
ROCKROBO_Q7PLUS,
Expand All @@ -118,6 +120,7 @@
AUTO_EMPTY_MODELS = [
ROCKROBO_S7,
ROCKROBO_S7_MAXV,
ROCKROBO_S8_PRO_ULTRA,
ROCKROBO_Q7_MAX,
]

Expand Down

0 comments on commit 56c6d3f

Please sign in to comment.