Update neato.py (#7166)

Fix leftover copy/paste error in comment of neato.py
This commit is contained in:
Michaël Arnauts 2017-04-18 22:03:06 +02:00 committed by John Arild Berentsen
parent bbad15f853
commit d007269ecc

View File

@ -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)