Skip to content

Commit

Permalink
Add Viomi V2 (viomi.vacuum.v6) as supported (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Mar 2, 2022
1 parent 3155429 commit bddb3e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion miio/integrations/vacuum/viomi/viomivacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@

_LOGGER = logging.getLogger(__name__)

SUPPORTED_MODELS = ["viomi.vacuum.v7", "viomi.vacuum.v8", "viomi.vacuum.v10"]
SUPPORTED_MODELS = [
"viomi.vacuum.v6",
"viomi.vacuum.v7",
"viomi.vacuum.v8",
"viomi.vacuum.v10",
]

ERROR_CODES = {
0: "Sleeping and not charging",
Expand Down

0 comments on commit bddb3e9

Please sign in to comment.