27 lines
945 B
JSON
27 lines
945 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Account is already configured",
|
|
"reauth_successful": "Re-authentication was successful"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "Email",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"removed_yaml": {
|
|
"description": "Configuring Skybell using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
|
|
"title": "The Skybell YAML configuration has been removed"
|
|
}
|
|
}
|
|
} |