From 903c86a116bd9acda15f7be9761d511d62c16d38 Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Sun, 6 Jan 2019 14:58:36 -0800 Subject: [PATCH] Bump pybotvac (#19831) * Bump pybotvac to support No Go lines * Update requirements --- homeassistant/components/neato.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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