Bump pybotvac (#19831)
* Bump pybotvac to support No Go lines * Update requirements
This commit is contained in:
parent
c96778c82a
commit
903c86a116
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.util import Throttle
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['pybotvac==0.0.12']
|
||||
REQUIREMENTS = ['pybotvac==0.0.13']
|
||||
|
||||
DOMAIN = 'neato'
|
||||
NEATO_ROBOTS = 'neato_robots'
|
||||
|
|
|
@ -919,7 +919,7 @@ pyblackbird==0.5
|
|||
# pybluez==0.22
|
||||
|
||||
# homeassistant.components.neato
|
||||
pybotvac==0.0.12
|
||||
pybotvac==0.0.13
|
||||
|
||||
# homeassistant.components.cloudflare
|
||||
pycfdns==0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue