core/homeassistant/components/google_photos
Marc Mueller c1b24e6ba2
Small typing improvements (#126818)
* Add from __future__ import annotations

* Use PEP 695 type aliases

* Fix generator typing
2024-09-26 13:51:27 +02:00
..
__init__.py Update Google Photos to have a DataUpdateCoordinator for loading albums (#126443) 2024-09-24 07:34:40 -07:00
api.py Add dependency on google-photos-library-api: Change the Google Photos client library to a new external package (#125040) 2024-09-03 13:54:43 +02:00
application_credentials.py
config_flow.py Add dependency on google-photos-library-api: Change the Google Photos client library to a new external package (#125040) 2024-09-03 13:54:43 +02:00
const.py Update the Google Photos integration to limit scope to Home Assistant created content (#126398) 2024-09-21 10:56:13 -07:00
coordinator.py Require Google Photos uploads to target an album (#126651) 2024-09-24 17:26:33 +02:00
icons.json Add Google Photos service for uploading content (#124956) 2024-08-31 21:16:14 +02:00
manifest.json Bump python-google-photos-library-api to 0.12.1 (#126709) 2024-09-25 08:45:58 +02:00
media_source.py Small typing improvements (#126818) 2024-09-26 13:51:27 +02:00
services.py Require Google Photos uploads to target an album (#126651) 2024-09-24 17:26:33 +02:00
services.yaml Require Google Photos uploads to target an album (#126651) 2024-09-24 17:26:33 +02:00
strings.json Use 'select' instead of 'click' or 'press' when guiding users in flows (#126731) 2024-09-25 13:37:43 +02:00
types.py Update Google Photos to have a DataUpdateCoordinator for loading albums (#126443) 2024-09-24 07:34:40 -07:00