32 lines
649 B
JSON
32 lines
649 B
JSON
{
|
|
"config": {
|
|
"title": "SimpliSafe",
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"username": "Email Address",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"identifier_exists": "Account already registered",
|
|
"invalid_credentials": "Invalid credentials"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This SimpliSafe account is already in use."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure SimpliSafe",
|
|
"data": {
|
|
"code": "Code (used in Home Assistant UI)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|