diff --git a/homeassistant/components/neato.py b/homeassistant/components/neato.py index 6eabfc713bc15e..25da38e7f755c1 100644 --- a/homeassistant/components/neato.py +++ b/homeassistant/components/neato.py @@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pybotvac==0.0.8'] +REQUIREMENTS = ['pybotvac==0.0.9'] DOMAIN = 'neato' NEATO_ROBOTS = 'neato_robots' diff --git a/requirements_all.txt b/requirements_all.txt index 0bb763a3faed94..a6ad298dc9b66a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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