mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00

* 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>
26 lines
463 B
JSON
26 lines
463 B
JSON
{
|
|
"domain": "google",
|
|
"name": "Google",
|
|
"integrations": [
|
|
"google_assistant",
|
|
"google_assistant_sdk",
|
|
"google_cloud",
|
|
"google_drive",
|
|
"google_generative_ai_conversation",
|
|
"google_mail",
|
|
"google_maps",
|
|
"google_photos",
|
|
"google_pubsub",
|
|
"google_sheets",
|
|
"google_tasks",
|
|
"google_translate",
|
|
"google_travel_time",
|
|
"google_wifi",
|
|
"google",
|
|
"nest",
|
|
"cast",
|
|
"dialogflow",
|
|
"youtube"
|
|
]
|
|
}
|