35 lines
1.8 KiB
JSON
35 lines
1.8 KiB
JSON
{
|
|
"application_credentials": {
|
|
"description": "Follow the [instructions]({more_info_url}) for [OAuth consent screen]({oauth_consent_url}) to give Home Assistant access to your Google Sheets. You also need to create Application Credentials linked to your account:\n1. Go to [Credentials]({oauth_creds_url}) and click **Create Credentials**.\n1. From the drop-down list select **OAuth client ID**.\n1. Select **Web application** for the Application Type.\n\n"
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Account is already configured",
|
|
"already_in_progress": "Configuration flow is already in progress",
|
|
"cannot_connect": "Failed to connect",
|
|
"create_spreadsheet_failure": "Error while creating spreadsheet, see error log for details",
|
|
"invalid_access_token": "Invalid access token",
|
|
"missing_configuration": "The component is not configured. Please follow the documentation.",
|
|
"oauth_error": "Received invalid token data.",
|
|
"open_spreadsheet_failure": "Error while opening spreadsheet, see error log for details",
|
|
"reauth_successful": "Re-authentication was successful",
|
|
"timeout_connect": "Timeout establishing connection",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated and spreadsheet created at: {url}"
|
|
},
|
|
"step": {
|
|
"auth": {
|
|
"title": "Link Google Account"
|
|
},
|
|
"pick_implementation": {
|
|
"title": "Pick Authentication Method"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The Google Sheets integration needs to re-authenticate your account",
|
|
"title": "Reauthenticate Integration"
|
|
}
|
|
}
|
|
}
|
|
} |