Fix for Neato D3 and D5 (#11775)

This commit is contained in:
karlkar 2018-01-18 23:37:24 +01:00 committed by Fabian Affolter
parent 8ca45acb4e
commit cf6f916ed4
2 changed files with 3 additions and 3 deletions

View file

@ -17,8 +17,8 @@ from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.4.zip'
'#pybotvac==0.0.4']
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.5.zip'
'#pybotvac==0.0.5']
DOMAIN = 'neato'
NEATO_ROBOTS = 'neato_robots'