diff --git a/homeassistant/components/neato.py b/homeassistant/components/neato.py index 5da70bfdcd2..31410d1c9b2 100644 --- a/homeassistant/components/neato.py +++ b/homeassistant/components/neato.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index 7f162434bd7..e23fa3b63aa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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