diff --git a/homeassistant/components/neato.py b/homeassistant/components/neato.py
index c6a3dcf9c9a6058ba900cf0afab81f8a238d9096..6d14a6f3c4db174acf25cf7c9790e2da10b5bdd8 100644
--- a/homeassistant/components/neato.py
+++ b/homeassistant/components/neato.py
@@ -17,8 +17,7 @@ from homeassistant.util import Throttle
 
 _LOGGER = logging.getLogger(__name__)
 
-REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.6.zip'
-                '#pybotvac==0.0.6']
+REQUIREMENTS = ['pybotvac==0.0.7']
 
 DOMAIN = 'neato'
 NEATO_ROBOTS = 'neato_robots'
diff --git a/requirements_all.txt b/requirements_all.txt
index 008ed05143f83d2c028bd0a14c36a31af35e1be1..6dd581fc299f094c6a9e3a1a8985ed3ebc962fe5 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -429,9 +429,6 @@ http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b89974819
 # homeassistant.components.remember_the_milk
 httplib2==0.10.3
 
-# homeassistant.components.neato
-https://github.com/jabesq/pybotvac/archive/v0.0.6.zip#pybotvac==0.0.6
-
 # homeassistant.components.sensor.gtfs
 https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
 
@@ -763,6 +760,9 @@ pyblackbird==0.5
 # homeassistant.components.device_tracker.bluetooth_tracker
 # pybluez==0.22
 
+# homeassistant.components.neato
+pybotvac==0.0.7
+
 # homeassistant.components.media_player.channels
 pychannels==1.0.0