2018-10-12 17:07:47 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
2020-07-24 02:02:29 +00:00
|
|
|
"mfa": {
|
|
|
|
"title": "SimpliSafe Multi-Factor Authentication",
|
|
|
|
"description": "Check your email for a link from SimpliSafe. After verifying the link, return here to complete the installation of the integration."
|
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
2020-10-15 21:35:00 +00:00
|
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
2020-07-24 02:02:29 +00:00
|
|
|
"description": "Your access token has expired or been revoked. Enter your password to re-link your account.",
|
|
|
|
"data": {
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
|
|
|
},
|
2018-10-12 17:07:47 +00:00
|
|
|
"user": {
|
2020-04-27 16:41:33 +00:00
|
|
|
"title": "Fill in your information.",
|
|
|
|
"data": {
|
2020-05-12 16:08:07 +00:00
|
|
|
"username": "[%key:common::config_flow::data::email%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2020-04-27 16:41:33 +00:00
|
|
|
"code": "Code (used in Home Assistant UI)"
|
|
|
|
}
|
2018-10-12 17:07:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"identifier_exists": "Account already registered",
|
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
|
|
|
"still_awaiting_mfa": "Still awaiting MFA email click",
|
|
|
|
"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.",
|
2020-10-06 09:29:53 +00:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
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
|
|
|
}
|