Implement locate service for neato (#15467)
* Implement locate service for neato * Hound
This commit is contained in:
parent
9c5bbfe96d
commit
06c3f756b1
3 changed files with 9 additions and 4 deletions
|
@ -17,7 +17,7 @@ from homeassistant.util import Throttle
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['pybotvac==0.0.7']
|
||||
REQUIREMENTS = ['pybotvac==0.0.8']
|
||||
|
||||
DOMAIN = 'neato'
|
||||
NEATO_ROBOTS = 'neato_robots'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue