* 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
14 lines
397 B
JSON
14 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"
|
|
]
|
|
}
|