From 452657e241b40cccb4b00452feef53d75620ecc8 Mon Sep 17 00:00:00 2001 From: "Hoffman, Philip M. II" Date: Thu, 14 Dec 2017 22:14:36 -0500 Subject: [PATCH] Adds support for additional Neato Botvac Connected devices. --- homeassistant/components/neato.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/neato.py b/homeassistant/components/neato.py index bd680b5361e9e5..7402bb18843ad2 100644 --- a/homeassistant/components/neato.py +++ b/homeassistant/components/neato.py @@ -17,8 +17,8 @@ _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.4.zip' - '#pybotvac==0.0.4'] +REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.5.zip' + '#pybotvac==0.0.5'] DOMAIN = 'neato' NEATO_ROBOTS = 'neato_robots'