Skip to content

Commit

Permalink
Switch to pypi version of pybotvac (home-assistant#15115)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and eavanvalkenburg committed Jun 28, 2018
1 parent 0f1c4aa commit 5872d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/neato.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

_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'
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5872d0d

Please sign in to comment.