mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-29 20:14:30 +02:00
Removed default password
This commit is contained in:
parent
1429909da1
commit
c29fc8dab5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DEFAULT_LOGIN_METHOD = "plain"
|
|||
|
||||
DEFAULT_HOST = "10.0.0.1"
|
||||
DEFAULT_USERNAME = "admin"
|
||||
DEFAULT_PASSWORD = "admin"
|
||||
DEFAULT_PASSWORD = ""
|
||||
DEFAULT_PORT = 0
|
||||
DEFAULT_DEVICE_NAME = "Mikrotik"
|
||||
DEFAULT_SSL = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue