-
- Downloads
Add Google Drive integration for backup (#134576)
* Add Google Drive integration for backup
* Add test_config_flow
* Stop using aiogoogle
* address a few comments
* Check folder exists in setup
* fix test
* address comments
* fix
* fix
* Use ChunkAsyncStreamIterator in helpers
* repair-issues: todo
* Remove check if folder exists in the reatuh flow. This is done in setup.
* single_config_entry": true
* Add test_init.py
* Store into backups.json to avoid 124 bytes per property limit
* Address comments
* autouse=True on setup_credentials
* Store metadata in description and remove backups.json
* improvements
* timeout downloads
* library
* fixes
* strings
* review
* ruff
* fix test
* Set unique_id
* Use slugify in homeassistant.util
* Fix
* Remove RefreshError
* review
* push more fields to the test constant
---------
Co-authored-by:
Joostlek <joostlek@outlook.com>
Showing
- .strict-typing 1 addition, 0 deletions.strict-typing
- CODEOWNERS 2 additions, 0 deletionsCODEOWNERS
- homeassistant/brands/google.json 1 addition, 0 deletionshomeassistant/brands/google.json
- homeassistant/components/google_drive/__init__.py 65 additions, 0 deletionshomeassistant/components/google_drive/__init__.py
- homeassistant/components/google_drive/api.py 201 additions, 0 deletionshomeassistant/components/google_drive/api.py
- homeassistant/components/google_drive/application_credentials.py 21 additions, 0 deletions...istant/components/google_drive/application_credentials.py
- homeassistant/components/google_drive/backup.py 147 additions, 0 deletionshomeassistant/components/google_drive/backup.py
- homeassistant/components/google_drive/config_flow.py 114 additions, 0 deletionshomeassistant/components/google_drive/config_flow.py
- homeassistant/components/google_drive/const.py 5 additions, 0 deletionshomeassistant/components/google_drive/const.py
- homeassistant/components/google_drive/manifest.json 14 additions, 0 deletionshomeassistant/components/google_drive/manifest.json
- homeassistant/components/google_drive/quality_scale.yaml 113 additions, 0 deletionshomeassistant/components/google_drive/quality_scale.yaml
- homeassistant/components/google_drive/strings.json 40 additions, 0 deletionshomeassistant/components/google_drive/strings.json
- homeassistant/generated/application_credentials.py 1 addition, 0 deletionshomeassistant/generated/application_credentials.py
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- homeassistant/generated/integrations.json 6 additions, 0 deletionshomeassistant/generated/integrations.json
- mypy.ini 10 additions, 0 deletionsmypy.ini
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/google_drive/__init__.py 1 addition, 0 deletionstests/components/google_drive/__init__.py
- tests/components/google_drive/conftest.py 80 additions, 0 deletionstests/components/google_drive/conftest.py
Loading
Please register or sign in to comment