2019-10-24 16:31:49 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"not_huawei_lte": "Not a Huawei LTE device"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"connection_timeout": "Connection timeout",
|
|
|
|
"incorrect_password": "Incorrect password",
|
|
|
|
"incorrect_username": "Incorrect username",
|
2020-10-02 20:43:57 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"invalid_url": "Invalid URL",
|
|
|
|
"login_attempts_exceeded": "Maximum login attempts exceeded, please try again later",
|
|
|
|
"response_error": "Unknown error from device",
|
2020-10-02 20:43:57 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-04-05 15:27:16 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2020-08-10 20:51:37 +00:00
|
|
|
"url": "[%key:common::config_flow::data::url%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]"
|
2019-10-24 16:31:49 +00:00
|
|
|
},
|
2021-07-12 04:25:00 +00:00
|
|
|
"description": "Enter device access details.",
|
2020-04-05 15:27:16 +00:00
|
|
|
"title": "Configure Huawei LTE"
|
|
|
|
}
|
2020-04-15 16:41:18 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"name": "Notification service name (change requires restart)",
|
2021-04-20 22:26:09 +00:00
|
|
|
"recipient": "SMS notification recipients",
|
2021-07-12 04:25:00 +00:00
|
|
|
"track_wired_clients": "Track wired network clients",
|
|
|
|
"unauthenticated_mode": "Unauthenticated mode (change requires reload)"
|
2019-10-24 16:31:49 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-10-24 16:31:49 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
}
|