We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3155429 commit bddb3e9Copy full SHA for bddb3e9
1 file changed
miio/integrations/vacuum/viomi/viomivacuum.py
@@ -62,7 +62,12 @@
62
63
_LOGGER = logging.getLogger(__name__)
64
65
-SUPPORTED_MODELS = ["viomi.vacuum.v7", "viomi.vacuum.v8", "viomi.vacuum.v10"]
+SUPPORTED_MODELS = [
66
+ "viomi.vacuum.v6",
67
+ "viomi.vacuum.v7",
68
+ "viomi.vacuum.v8",
69
+ "viomi.vacuum.v10",
70
+]
71
72
ERROR_CODES = {
73
0: "Sleeping and not charging",
0 commit comments