2024-08-30 14:27:19 +00:00
{
"application_credentials" : {
2024-09-25 11:37:43 +00:00
"description" : "Follow the [instructions]({more_info_url}) for [OAuth consent screen]({oauth_consent_url}) to give Home Assistant access to your Google Photos. You also need to create Application Credentials linked to your account:\n1. Go to [Credentials]({oauth_creds_url}) and select **Create Credentials**.\n1. From the drop-down list select **OAuth client ID**.\n1. Select **Web application** for the Application Type."
2024-08-30 14:27:19 +00:00
} ,
"config" : {
"step" : {
"pick_implementation" : {
"title" : "[%key:common::config_flow::title::oauth2_pick_implementation%]"
2025-01-12 17:15:33 +00:00
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "The Google Photos integration needs to re-authenticate your account"
} ,
"auth" : {
"title" : "Link Google Account"
2024-08-30 14:27:19 +00:00
}
} ,
"abort" : {
"oauth_error" : "[%key:common::config_flow::abort::oauth2_error%]" ,
2025-01-12 17:15:33 +00:00
"oauth_timeout" : "[%key:common::config_flow::abort::oauth2_timeout%]" ,
2024-08-30 14:27:19 +00:00
"missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]" ,
2025-01-12 17:15:33 +00:00
"missing_credentials" : "[%key:common::config_flow::abort::oauth2_missing_credentials%]" ,
2024-08-30 14:27:19 +00:00
"authorize_url_timeout" : "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]" ,
"no_url_available" : "[%key:common::config_flow::abort::oauth2_no_url_available%]" ,
"user_rejected_authorize" : "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]" ,
"oauth_unauthorized" : "[%key:common::config_flow::abort::oauth2_unauthorized%]" ,
2024-10-09 19:12:00 +00:00
"oauth_failed" : "[%key:common::config_flow::abort::oauth2_failed%]" ,
2025-01-12 17:15:33 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"access_not_configured" : "Unable to access the Google API:\n\n{message}" ,
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"wrong_account" : "Wrong account: Please authenticate with the right account."
2024-08-30 14:27:19 +00:00
} ,
"create_entry" : {
"default" : "[%key:common::config_flow::create_entry::authenticated%]"
}
2024-08-31 19:16:14 +00:00
} ,
"exceptions" : {
"integration_not_found" : {
"message" : "Integration \"{target}\" not found in registry."
} ,
"not_loaded" : {
"message" : "{target} is not loaded."
} ,
"no_access_to_path" : {
"message" : "Cannot read {filename}, no access to path; `allowlist_external_dirs` may need to be adjusted in `configuration.yaml`"
} ,
"filename_does_not_exist" : {
"message" : "`{filename}` does not exist"
} ,
2024-09-22 16:30:37 +00:00
"file_too_large" : {
"message" : "`{filename}` is too large ({size} > {limit})"
} ,
2024-08-31 19:16:14 +00:00
"filename_is_not_image" : {
"message" : "`{filename}` is not an image"
} ,
"missing_upload_permission" : {
2024-12-03 18:31:28 +00:00
"message" : "Home Assistant was not granted permission to upload to Google Photos"
2024-09-03 11:54:43 +00:00
} ,
"upload_error" : {
"message" : "Failed to upload content: {message}"
} ,
2024-09-24 15:26:33 +00:00
"create_album_error" : {
"message" : "Failed to create album: {message}"
} ,
2024-09-03 11:54:43 +00:00
"api_error" : {
"message" : "Google Photos API responded with error: {message}"
2024-09-24 14:34:40 +00:00
} ,
"albums_failed" : {
"message" : "Cannot fetch albums from the Google Photos API"
2024-08-31 19:16:14 +00:00
}
} ,
"services" : {
"upload" : {
"name" : "Upload media" ,
2025-01-06 02:36:17 +00:00
"description" : "Uploads images or videos to Google Photos." ,
2024-08-31 19:16:14 +00:00
"fields" : {
"config_entry_id" : {
2025-01-06 02:36:17 +00:00
"name" : "Integration ID" ,
"description" : "The Google Photos integration ID."
2024-08-31 19:16:14 +00:00
} ,
"filename" : {
"name" : "Filename" ,
"description" : "Path to the image or video to upload." ,
"example" : "/config/www/image.jpg"
2024-09-24 15:26:33 +00:00
} ,
"album" : {
"name" : "Album" ,
"description" : "Album name that is the destination for the uploaded content." ,
"example" : "Family photos"
2024-08-31 19:16:14 +00:00
}
}
}
2024-08-30 14:27:19 +00:00
}
}