core/homeassistant/components/dialogflow/manifest.json

12 lines
233 B
JSON

{
"domain": "dialogflow",
"name": "Dialogflow",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dialogflow",
"requirements": [],
"dependencies": [
"webhook"
],
"codeowners": []
}