2019-10-24 16:31:49 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"abort" : {
2023-01-24 06:59:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2023-01-12 05:47:38 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"unsupported_device" : "Unsupported device"
2020-04-05 15:27:16 +00:00
} ,
"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" : {
2022-10-07 10:24:09 +00:00
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "Enter device access credentials." ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]" ,
"username" : "[%key:common::config_flow::data::username%]"
}
} ,
2020-04-05 15:27:16 +00:00
"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
}
2023-07-12 10:31:26 +00:00
} ,
"services" : {
"clear_traffic_statistics" : {
"name" : "Clear traffic statistics" ,
"description" : "Clears traffic statistics." ,
"fields" : {
"url" : {
"name" : "URL" ,
"description" : "URL of router to clear; optional when only one is configured."
}
}
} ,
"reboot" : {
"name" : "Reboot" ,
"description" : "Reboots router." ,
"fields" : {
"url" : {
"name" : "URL" ,
"description" : "URL of router to reboot; optional when only one is configured."
}
}
} ,
"resume_integration" : {
"name" : "Resume integration" ,
"description" : "Resumes suspended integration." ,
"fields" : {
"url" : {
"name" : "URL" ,
"description" : "URL of router to resume integration for; optional when only one is configured."
}
}
} ,
"suspend_integration" : {
"name" : "Suspend integration" ,
"description" : "Suspends integration. Suspending logs the integration out from the router, and stops accessing it. Useful e.g. if accessing the router web interface from another source such as a web browser is temporarily required. Invoke the resume_integration service to resume.\n." ,
"fields" : {
"url" : {
"name" : "URL" ,
2023-07-13 02:04:18 +00:00
"description" : "URL of router to suspend integration for; optional when only one is configured."
2023-07-12 10:31:26 +00:00
}
}
}
2020-04-05 15:27:16 +00:00
}
}