mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Update neato.py (#7166)
Fix leftover copy/paste error in comment of neato.py
This commit is contained in:
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user