Skip to content

Commit

Permalink
Add support for D7
Browse files Browse the repository at this point in the history
Changes have been tested and verified in Home Assistant.  Very minor change and everything still works as expected.
  • Loading branch information
dshokouhi authored Jun 16, 2018
1 parent d3906d0 commit a88a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybotvac/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Disable warning due to SubjectAltNameWarning in certificate
requests.packages.urllib3.disable_warnings()

SUPPORTED_SERVICES = ['basic-1', 'minimal-2', 'basic-2']
SUPPORTED_SERVICES = ['basic-1', 'minimal-2', 'basic-2', 'basic-3']


class UnsupportedDevice(Exception):
Expand Down

0 comments on commit a88a204

Please sign in to comment.