From d007269eccd48c9133e5cef90bf02f9001e79561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Tue, 18 Apr 2017 22:03:06 +0200 Subject: [PATCH] Update neato.py (#7166) Fix leftover copy/paste error in comment of neato.py --- homeassistant/components/neato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/neato.py b/homeassistant/components/neato.py index 7bc4724e18c..67716c6a2e5 100644 --- a/homeassistant/components/neato.py +++ b/homeassistant/components/neato.py @@ -81,7 +81,7 @@ ALERTS = { def setup(hass, config): - """Setup the Verisure component.""" + """Setup the Neato component.""" from pybotvac import Account hass.data[NEATO_LOGIN] = NeatoHub(hass, config[DOMAIN], Account)