mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix netgear username/password combo
This commit is contained in:
parent
152fd9cb28
commit
917db18b29
@ -56,7 +56,7 @@ def get_scanner(hass, config):
|
||||
_LOGGER.warning('Found username or password but no host')
|
||||
return None
|
||||
|
||||
scanner = NetgearDeviceScanner(host, password, username)
|
||||
scanner = NetgearDeviceScanner(host, username, password)
|
||||
|
||||
return scanner if scanner.success_init else None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user