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)