Fix documentation for Google Photos upload action (#35943)

This commit is contained in:
Allen Porter 2024-11-24 02:21:13 -08:00 committed by GitHub
parent 1a2fd767ad
commit 4ca6c259a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}