26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"config": {
|
|
"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)" }
|
|
}
|
|
}
|
|
}
|
|
}
|