2022-12-09 15:14:43 +00:00
|
|
|
{
|
|
|
|
"domain": "google_assistant_sdk",
|
|
|
|
"name": "Google Assistant SDK",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@tronikos"],
|
2022-12-09 15:14:43 +00:00
|
|
|
"config_flow": true,
|
2023-01-24 16:19:23 +00:00
|
|
|
"dependencies": ["application_credentials", "http"],
|
2022-12-09 15:14:43 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk/",
|
2023-02-01 02:05:56 +00:00
|
|
|
"integration_type": "service",
|
2023-02-08 19:27:05 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"quality_scale": "platinum",
|
|
|
|
"requirements": ["gassist-text==0.0.10"]
|
2022-12-09 15:14:43 +00:00
|
|
|
}
|