From 4ca6c259a2dc730fe71ee4d488d2f4fdea1d37c9 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 24 Nov 2024 02:21:13 -0800 Subject: [PATCH] Fix documentation for Google Photos upload action (#35943) --- source/_integrations/google_photos.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/google_photos.markdown b/source/_integrations/google_photos.markdown index 542b240ec11..c6342a2a6f8 100644 --- a/source/_integrations/google_photos.markdown +++ b/source/_integrations/google_photos.markdown @@ -84,11 +84,12 @@ The integration setup will next give you instructions to enter the [Application You can use the `google_photos.upload` action to upload Photos from Home Assistant to Google Photos. -{% details "Create event action details" %} +{% details "Upload action details" %} | Data attribute | Optional | Description | Example | | ---------------------- | -------- | ----------- | --------| -| `filename` | no | Path to the image to upload. | /mnt/image.jpg +| `filename` | no | Path to the image to upload. | /mnt/image.jpg | +| `album` | no | Album name that is the destination for the uploaded content. | London vacation | | `config_entry_id` | no | The ID of the Google Photos config entry. | a1bee602deade2b09bc522749bbce48e | {% enddetails %}