2022-03-15 06:51:02 +00:00
{
2022-06-08 14:09:32 +00:00
"application_credentials" : {
2022-06-09 00:23:40 +00:00
"description" : "Follow the [instructions]({more_info_url}) for [OAuth consent screen]({oauth_consent_url}) to give Home Assistant access to your Google Calendar. You also need to create Application Credentials linked to your Calendar:\n1. Go to [Credentials]({oauth_creds_url}) and click **Create Credentials**.\n1. From the drop-down list select **OAuth client ID**.\n1. Select **TV and Limited Input devices** for the Application Type.\n\n"
2022-06-08 14:09:32 +00:00
} ,
2022-03-15 06:51:02 +00:00
"config" : {
"abort" : {
"already_configured" : "Account is already configured" ,
"already_in_progress" : "Configuration flow is already in progress" ,
2022-06-22 00:26:36 +00:00
"cannot_connect" : "Failed to connect" ,
2022-04-10 06:01:48 +00:00
"code_expired" : "Authentication code expired or credential setup is invalid, please try again." ,
2022-03-15 06:51:02 +00:00
"invalid_access_token" : "Invalid access token" ,
"missing_configuration" : "The component is not configured. Please follow the documentation." ,
"oauth_error" : "Received invalid token data." ,
2022-07-19 00:29:06 +00:00
"reauth_successful" : "Re-authentication was successful" ,
"timeout_connect" : "Timeout establishing connection"
2022-03-15 06:51:02 +00:00
} ,
"create_entry" : {
"default" : "Successfully authenticated"
} ,
"progress" : {
"exchange" : "To link your Google account, visit the [{url}]({url}) and enter code:\n\n{user_code}"
} ,
"step" : {
"auth" : {
"title" : "Link Google Account"
} ,
"pick_implementation" : {
"title" : "Pick Authentication Method"
} ,
"reauth_confirm" : {
2022-04-10 06:01:48 +00:00
"description" : "The Google Calendar integration needs to re-authenticate your account" ,
2022-03-15 06:51:02 +00:00
"title" : "Reauthenticate Integration"
}
}
2022-05-22 21:29:11 +00:00
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"calendar_access" : "Home Assistant access to Google Calendar"
}
}
}
2022-03-15 06:51:02 +00:00
}
}