mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-04 09:54:31 +02:00
51 lines
No EOL
1.9 KiB
JSON
51 lines
No EOL
1.9 KiB
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"cannot_connect": "Cannot connect to Mikrotik.",
|
|
"connection_timeout": "Mikrotik connection timeout.",
|
|
"name_exists": "Name already exists.",
|
|
"ssl_handshake_failure": "SSL handshake failure",
|
|
"wrong_login": "Invalid user name or password."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "Host",
|
|
"name": "Name of the integration",
|
|
"password": "Password",
|
|
"port": "Port",
|
|
"ssl": "Use SSL",
|
|
"username": "Username"
|
|
},
|
|
"description": "Set up Mikrotik Router integration.",
|
|
"title": "Mikrotik Router"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"basic_options": {
|
|
"data": {
|
|
"scan_interval": "Scan interval (requires HA restart)",
|
|
"track_iface_clients": "Show client MAC and IP on interfaces",
|
|
"unit_of_measurement": "Unit of measurement",
|
|
"track_network_hosts_timeout": "Track network devices timeout (seconds)"
|
|
},
|
|
"title": "Basic options"
|
|
},
|
|
"sensor_select": {
|
|
"data": {
|
|
"sensor_port_tracker": "Port tracker",
|
|
"sensor_port_traffic": "Port traffic",
|
|
"track_network_hosts": "Track network devices",
|
|
"sensor_client_traffic": "Client traffic",
|
|
"sensor_simple_queues": "Simple queues",
|
|
"sensor_nat": "NAT",
|
|
"sensor_scripts": "Scripts",
|
|
"sensor_environment": "Environment variables"
|
|
},
|
|
"title": "Sensor selection"
|
|
}
|
|
}
|
|
}
|
|
} |