1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-27 10:46:38 +01:00
Files
core/homeassistant/components/simplisafe/strings.json
T
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)" }
}
}
}
}