mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +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>
41 lines
654 B
Python
Generated
41 lines
654 B
Python
Generated
"""Automatically generated file.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
APPLICATION_CREDENTIALS = [
|
|
"electric_kiwi",
|
|
"fitbit",
|
|
"geocaching",
|
|
"google",
|
|
"google_assistant_sdk",
|
|
"google_drive",
|
|
"google_mail",
|
|
"google_photos",
|
|
"google_sheets",
|
|
"google_tasks",
|
|
"home_connect",
|
|
"husqvarna_automower",
|
|
"iotty",
|
|
"lametric",
|
|
"lyric",
|
|
"microbees",
|
|
"monzo",
|
|
"myuplink",
|
|
"neato",
|
|
"nest",
|
|
"netatmo",
|
|
"onedrive",
|
|
"point",
|
|
"senz",
|
|
"spotify",
|
|
"tesla_fleet",
|
|
"twitch",
|
|
"weheat",
|
|
"withings",
|
|
"xbox",
|
|
"yale",
|
|
"yolink",
|
|
"youtube",
|
|
]
|