Bump Pybotvac To Support D7 On Latest Firmware (#19463)

* Bump pybotvac to support D7 on latest firmware

* Update requirements
This commit is contained in:
Daniel Shokouhi 2018-12-19 13:37:20 -08:00 committed by Fabian Affolter
parent 27ea59f6c3
commit 28d2f9bd87
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.util import Throttle
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pybotvac==0.0.10']
REQUIREMENTS = ['pybotvac==0.0.12']
DOMAIN = 'neato'
NEATO_ROBOTS = 'neato_robots'

View File

@ -898,7 +898,7 @@ pyblackbird==0.5
# pybluez==0.22
# homeassistant.components.neato
pybotvac==0.0.10
pybotvac==0.0.12
# homeassistant.components.cloudflare
pycfdns==0.0.1