Add Google Photos integration (#124835)

* Add Google Photos integration

* Mark credentials typing

* Add code review suggestions to simpilfy google_photos

* Update tests/components/google_photos/conftest.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Fix comment typo

* Update test fixtures from review feedback

* Remove unnecessary test for services

* Remove keyword argument

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Allen Porter
2024-08-30 07:27:19 -07:00
committed by GitHub
parent 5e93394ae7
commit c01bb44757
27 changed files with 1321 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ APPLICATION_CREDENTIALS = [
"google",
"google_assistant_sdk",
"google_mail",
"google_photos",
"google_sheets",
"google_tasks",
"home_connect",