37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up Mikrotik Router",
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"verify_ssl": "Use ssl"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name exists",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"device_tracker": {
|
|
"data": {
|
|
"arp_ping": "Enable ARP ping",
|
|
"force_dhcp": "Force scanning using DHCP",
|
|
"detection_time": "Consider home interval"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|