Skip to content

Commit

Permalink
Pybotvac multi (#10843)
Browse files Browse the repository at this point in the history
* Update requirements_all.txt

* Update neato.py
  • Loading branch information
raymccarthy authored and fabaff committed Dec 2, 2017
1 parent b2a2cb3 commit 475b789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/neato.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.3.zip'
'#pybotvac==0.0.3']
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.4.zip'
'#pybotvac==0.0.4']

DOMAIN = 'neato'
NEATO_ROBOTS = 'neato_robots'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f8
https://github.com/jabesq/netatmo-api-python/archive/v0.9.2.1.zip#lnetatmo==0.9.2.1

# homeassistant.components.neato
https://github.com/jabesq/pybotvac/archive/v0.0.3.zip#pybotvac==0.0.3
https://github.com/jabesq/pybotvac/archive/v0.0.4.zip#pybotvac==0.0.4

# homeassistant.components.sensor.sabnzbd
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
Expand Down

0 comments on commit 475b789

Please sign in to comment.