mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Update neato.py (#7166)
Fix leftover copy/paste error in comment of neato.py
This commit is contained in:
committed by
John Arild Berentsen
parent
bbad15f853
commit
d007269ecc
@@ -81,7 +81,7 @@ ALERTS = {
|
|||||||
|
|
||||||
|
|
||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
"""Setup the Verisure component."""
|
"""Setup the Neato component."""
|
||||||
from pybotvac import Account
|
from pybotvac import Account
|
||||||
|
|
||||||
hass.data[NEATO_LOGIN] = NeatoHub(hass, config[DOMAIN], Account)
|
hass.data[NEATO_LOGIN] = NeatoHub(hass, config[DOMAIN], Account)
|
||||||
|
Reference in New Issue
Block a user