2020-01-30 18:21:51 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Set up Mikrotik Router",
|
|
|
|
"data": {
|
2020-10-03 13:28:42 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"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%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"verify_ssl": "Use ssl"
|
2020-01-30 18:21:51 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-01-30 18:21:51 +00:00
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"error": {
|
|
|
|
"name_exists": "Name exists",
|
2020-10-03 12:39:18 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2020-10-03 16:17:24 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"device_tracker": {
|
|
|
|
"data": {
|
|
|
|
"arp_ping": "Enable ARP ping",
|
|
|
|
"force_dhcp": "Force scanning using DHCP",
|
|
|
|
"detection_time": "Consider home interval"
|
2020-01-30 18:21:51 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-01-30 18:21:51 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-03 12:39:18 +00:00
|
|
|
}
|