Skip to content

Commit bddb3e9

Browse files
authored
Add Viomi V2 (viomi.vacuum.v6) as supported (#1340)
1 parent 3155429 commit bddb3e9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

miio/integrations/vacuum/viomi/viomivacuum.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@
6262

6363
_LOGGER = logging.getLogger(__name__)
6464

65-
SUPPORTED_MODELS = ["viomi.vacuum.v7", "viomi.vacuum.v8", "viomi.vacuum.v10"]
65+
SUPPORTED_MODELS = [
66+
"viomi.vacuum.v6",
67+
"viomi.vacuum.v7",
68+
"viomi.vacuum.v8",
69+
"viomi.vacuum.v10",
70+
]
6671

6772
ERROR_CODES = {
6873
0: "Sleeping and not charging",

0 commit comments

Comments
 (0)