Skip to content

Add Google Drive integration for backup #134576

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

Merged
merged 38 commits into from
Jan 29, 2025

Address comments

22e07cf
Select commit
Loading
Failed to load commit list.
Merged

Add Google Drive integration for backup #134576

Address comments
22e07cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 9, 2025 in 1s

51.21% of diff hit (target 81.16%)

View this Pull Request on Codecov

51.21% of diff hit (target 81.16%)

Annotations

Check warning on line 66 in homeassistant/components/google_drive/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/__init__.py#L66

Added line #L66 was not covered by tests

Check warning on line 57 in homeassistant/components/google_drive/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/api.py#L57

Added line #L57 was not covered by tests

Check warning on line 62 in homeassistant/components/google_drive/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/api.py#L62

Added line #L62 was not covered by tests

Check warning on line 65 in homeassistant/components/google_drive/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/api.py#L65

Added line #L65 was not covered by tests

Check warning on line 17 in homeassistant/components/google_drive/application_credentials.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/application_credentials.py#L17

Added line #L17 was not covered by tests

Check warning on line 40 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 54 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L54

Added line #L54 was not covered by tests

Check warning on line 57 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 59 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L59

Added line #L59 was not covered by tests

Check warning on line 61 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L61

Added line #L61 was not covered by tests

Check warning on line 78 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L73-L78

Added lines #L73 - L78 were not covered by tests

Check warning on line 93 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 102 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 108 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 115 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L113-L115

Added lines #L113 - L115 were not covered by tests

Check warning on line 118 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 122 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 130 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L128-L130

Added lines #L128 - L130 were not covered by tests

Check warning on line 142 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L138-L142

Added lines #L138 - L142 were not covered by tests

Check warning on line 165 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L154-L165

Added lines #L154 - L165 were not covered by tests

Check warning on line 181 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L176-L181

Added lines #L176 - L181 were not covered by tests

Check warning on line 191 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L185-L191

Added lines #L185 - L191 were not covered by tests

Check warning on line 195 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L194-L195

Added lines #L194 - L195 were not covered by tests

Check warning on line 204 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L200-L204

Added lines #L200 - L204 were not covered by tests

Check warning on line 209 in homeassistant/components/google_drive/backup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

homeassistant/components/google_drive/backup.py#L209

Added line #L209 was not covered by tests