mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 13:25:35 +00:00
19 lines
490 B
JSON
19 lines
490 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your Abode login information",
|
|
"data": { "username": "Email Address", "password": "Password" }
|
|
}
|
|
},
|
|
"error": {
|
|
"identifier_exists": "Account already registered.",
|
|
"invalid_credentials": "Invalid credentials.",
|
|
"connection_error": "Unable to connect to Abode."
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of Abode is allowed."
|
|
}
|
|
}
|
|
}
|