Files
core/homeassistant/components/simplisafe/strings.json
2020-04-16 12:52:53 -07:00

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)" }
}
}
}
}