home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
5.03k stars 7.31k forks source link

Probably some key config entries are missing #35190

Open Vladx71 opened 1 month ago

Vladx71 commented 1 month ago

Feedback

Hi,

I'm trying to implement a snapshot upload to google photos using this integration. Google Photos integration is configured, so I have a google_photos.upload action. This action requires Integration ID, Filename and Album as parameter. The first two is ok, but what should be in the Album? I've tried both human readable name and the albumID as it can be seen in the url. None of these are working. Is this a deprecated integration or something is missing from the documentation?

Thanks L:

URL

https://www.home-assistant.io/integrations/google_photos/

Version

2024.10.2

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @allenporter, mind taking a look at this feedback as it has been labeled with an integration (google_photos) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `google_photos` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign google_photos` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
allenporter commented 1 month ago

Home Assistant can only access data created by Home Assistant, so you can't upload to an existing album. When you specify a name, it will create a new album with that name, or upload into the existing album if home assistant previously created it. So, just put the name of a new album you'd like.

... Can update the documentation to make this more clear.

Vladx71 commented 1 month ago

After a couple of tries, it was able to add snapshots to an existing album, so statement is not entirely true, it CAN add photos to existing albums as well.

L:

On Sun, Oct 13, 2024 at 3:24 AM Allen Porter @.***> wrote:

Home Assistant can only access data created by Home Assistant, so you can't upload to an existing album. When you specify a name, it will create a new album with that name, or upload into the existing album if home assistant previously created it. So, just put the name of a new album you'd like.

... Can update the documentation to make this more clear.

— Reply to this email directly, view it on GitHub https://github.com/home-assistant/home-assistant.io/issues/35190#issuecomment-2408774752, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3RO2UBKNYOB52HHWV2QIDZ3HDUBAVCNFSM6AAAAABP2PIUOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYG43TINZVGI . You are receiving this because you authored the thread.Message ID: @.***>

allenporter commented 1 month ago

Ok don't expect that to work long. It's not intended and likely functionality going away from the API in the future.