Skip to content

Commit

Permalink
Bump pybotvac to 0.0.10 (#16799)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored and fabaff committed Sep 23, 2018
1 parent cfd1aec commit 94d38a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/neato.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['pybotvac==0.0.9']
REQUIREMENTS = ['pybotvac==0.0.10']

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 @@ -810,7 +810,7 @@ pyblackbird==0.5
# pybluez==0.22

# homeassistant.components.neato
pybotvac==0.0.9
pybotvac==0.0.10

# homeassistant.components.cloudflare
pycfdns==0.0.1
Expand Down

0 comments on commit 94d38a1

Please sign in to comment.