Implement locate service for neato (#15467)

* Implement locate service for neato

* Hound
This commit is contained in:
Daniel Shokouhi 2018-07-18 03:19:38 -07:00 committed by Paulus Schoutsen
parent 9c5bbfe96d
commit 06c3f756b1
3 changed files with 9 additions and 4 deletions

View file

@ -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'