2018-10-12 17:07:47 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
2022-04-27 08:16:28 +00:00
|
|
|
"reauth_confirm": {
|
|
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
|
|
"description": "Please re-enter the password for {username}.",
|
|
|
|
"data": {
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sms_2fa": {
|
|
|
|
"description": "Input the two-factor authentication code sent to you via SMS.",
|
|
|
|
"data": {
|
|
|
|
"code": "Code"
|
|
|
|
}
|
|
|
|
},
|
2021-12-09 22:11:41 +00:00
|
|
|
"user": {
|
2022-04-27 08:16:28 +00:00
|
|
|
"description": "Input your username and password.",
|
2020-07-24 02:02:29 +00:00
|
|
|
"data": {
|
2022-04-27 08:16:28 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-07-24 02:02:29 +00:00
|
|
|
}
|
2018-10-12 17:07:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-18 18:55:01 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-07-24 02:02:29 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-02-24 20:03:08 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-07-24 02:02:29 +00:00
|
|
|
"already_configured": "This SimpliSafe account is already in use.",
|
2022-04-28 21:05:55 +00:00
|
|
|
"email_2fa_timed_out": "Timed out while waiting for email-based two-factor authentication.",
|
2022-04-27 08:16:28 +00:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2022-04-28 21:05:55 +00:00
|
|
|
},
|
|
|
|
"progress": {
|
2022-05-02 04:50:39 +00:00
|
|
|
"email_2fa": "Check your email for a verification link from Simplisafe."
|
2018-10-12 17:07:47 +00:00
|
|
|
}
|
2020-03-13 05:00:00 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "Configure SimpliSafe",
|
2020-04-27 16:41:33 +00:00
|
|
|
"data": {
|
|
|
|
"code": "Code (used in Home Assistant UI)"
|
|
|
|
}
|
2020-03-13 05:00:00 +00:00
|
|
|
}
|
|
|
|
}
|
2018-10-12 17:07:47 +00:00
|
|
|
}
|
2020-07-24 02:02:29 +00:00
|
|
|
}
|