2022-12-09 15:14:43 +00:00
|
|
|
{
|
|
|
|
"domain": "google_assistant_sdk",
|
|
|
|
"name": "Google Assistant SDK",
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["application_credentials"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk/",
|
2022-12-31 20:07:31 +00:00
|
|
|
"requirements": ["gassist-text==0.0.7"],
|
2022-12-09 15:14:43 +00:00
|
|
|
"codeowners": ["@tronikos"],
|
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"integration_type": "service"
|
|
|
|
}
|