core/homeassistant/components/simplisafe/strings.json

20 lines
415 B
JSON

{
"config": {
"title": "SimpliSafe",
"step": {
"user": {
"title": "Fill in your information",
"data": {
"username": "Email Address",
"password": "Password",
"code": "Code (for Home Assistant)"
}
}
},
"error": {
"identifier_exists": "Account already registered",
"invalid_credentials": "Invalid credentials"
}
}
}