Update Neato library to allow for dynamic endpoints (#15639)
This commit is contained in:
parent
1b94fe3613
commit
bc481fa366
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.8']
|
||||
REQUIREMENTS = ['pybotvac==0.0.9']
|
||||
|
||||
DOMAIN = 'neato'
|
||||
NEATO_ROBOTS = 'neato_robots'
|
||||
|
|
|
@ -753,7 +753,7 @@ pyblackbird==0.5
|
|||
# pybluez==0.22
|
||||
|
||||
# homeassistant.components.neato
|
||||
pybotvac==0.0.8
|
||||
pybotvac==0.0.9
|
||||
|
||||
# homeassistant.components.cloudflare
|
||||
pycfdns==0.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue