mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 20:54:23 +01:00
334359bb0a
* Google Cloud * . * fix * mypy * add tests * Update .coveragerc * Update const.py * upload file, reconfigure and import flow * fixes * default to latest_short * mypy * update * Allow clearing options in the UI * update * update * update
15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"domain": "google_cloud",
|
|
"name": "Google Cloud",
|
|
"codeowners": ["@lufton", "@tronikos"],
|
|
"config_flow": true,
|
|
"dependencies": ["file_upload"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google_cloud",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"requirements": [
|
|
"google-cloud-texttospeech==2.17.2",
|
|
"google-cloud-speech==2.27.0"
|
|
]
|
|
}
|