mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-04 01:44:30 +02:00
43 lines
No EOL
1.5 KiB
JSON
43 lines
No EOL
1.5 KiB
JSON
{
|
|
"config": {
|
|
"title": "Mikrotik Router",
|
|
"step": {
|
|
"user": {
|
|
"title": "Mikrotik Router",
|
|
"description": "Set up Mikrotik Router integration.",
|
|
"data": {
|
|
"name": "Name of the integration",
|
|
"host": "Host",
|
|
"port": "Port",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"ssl": "Use SSL",
|
|
"unit_of_measurement": "Unit of measurement",
|
|
"track_accounting": "Track accounting"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name already exists.",
|
|
"cannot_connect": "Cannot connect to Mikrotik.",
|
|
"ssl_handshake_failure": "SSL handshake failure",
|
|
"connection_timeout": "Mikrotik connection timeout.",
|
|
"wrong_login": "Invalid user name or password.",
|
|
"accounting_disabled": "Accounting disabled in Mikrotik, cannot track."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {}
|
|
},
|
|
"device_tracker": {
|
|
"data": {
|
|
"scan_interval": "Scan interval (requires HA restart)",
|
|
"track_arp": "Show client MAC and IP on interfaces",
|
|
"unit_of_measurement": "Unit of measurement"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |