-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration stops working on March 31, 2025 #64
Comments
@Daanoz What about the picker API? Sure it is inconvenient making the user choose which photos to allow an app to see via the Google Photos App (URI/QR Code) but it still seems like selection of photos to "share" with an application would be feasible based on the information on that google announcement:
|
Yeah, as I understand it, it's like a one time access thing. So once the user selects "a couple" of photos, the integration can download/store them locally. To me that eliminates a lot of use cases as you would constantly need to update the photos by manually selecting them via HA. If you want something like that you could also just manually download the photos and place them in HA. However, if you think it makes sense, you could see if the core integration is willing to take this on as a feature. |
This could be transitioned into showing photos from Google Drive if that isn't being removed as well... |
FYI -- the new official Google Photos integration that is available in 2024.10.0 (out now) cannot be configured until one removes this custom integration here (presumably due to exact same name). Also, the official integration is only capable of uploading images -- sadly there is no way to manually grant it access to anything else in your photos library. |
Your integration was one of the best. Hopefully I don't ask a stupid question, but would it be possible to change this integration without too much hassle to do the same as it did with google photo now with local folder? |
Or a Google drive folder for the same functionality |
It's not a bad idea, and I think it should be possible. It will take some effort though for which I can't estimate when I have the time. |
This is a problem right now - I can't even test out the new native integration (nobody can who has HACS installed) because the name on the custom integration is the same and overrides the native integration. Right now there is no way for me to even start to setup the native integration without removing HACS and all the integrations I use from that unless custom or native integration get renamed. |
Yeah it's quite unfortunate, but not much can be done... I can rename the custom integration, but then you (and everyone else who updates) loses all the current entities and settings. I don't think there is a way to do clean rename integration migration. If you really want to run them side by side (and reconfigure this integration from scratch) you can rename the "google_photos" directory in the "custom_components" directory. Then restart HA. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I might fork or start another project with this at some point... |
That's probably the fastest at this point, I have a bit of shortage in time recently. Happy to help if you have any questions, you can find me in the HA discord channel. |
Would setting up a new google account for use by the plug in and then do partner sharing with it get around this? Ie my_ha_photo_acct@gmail.com is tied to the add in, and then myaccount@gmail.com does a partner share with them? |
Don't think so as I think the new API transitions to using the picker API, which allows users to be directed to google photos to pick what the website or app (integrating with google photos) can access. |
Due to Google Photo API changes announced by Google, this integration will stop working on March 31, 2025. The new API will only allow for the integration to access photo's and albums which are uploaded by the integration itself, which renders this integration useless in my opinion.
Alternatively, if you want Home Assistant to upload photos, and download them back again, starting from HA 2024.10, you can use the official Google Photo's integration.
The text was updated successfully, but these errors were encountered: