core/homeassistant/components/google_assistant_sdk/manifest.json

13 lines
408 B
JSON

{
"domain": "google_assistant_sdk",
"name": "Google Assistant SDK",
"codeowners": ["@tronikos"],
"config_flow": true,
"dependencies": ["application_credentials", "http"],
"documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["gassist-text==0.0.11"],
"single_config_entry": true
}