Files
core/homeassistant/components/intent/manifest.json
T
Paulus Schoutsen 004476a1f8 Add intent integration to expose intent handle API (#29124)
* Add intent integration to expose intent handle API.

* Run hassfest + fix scaffolding

* Update __init__.py
2019-11-27 11:25:43 +01:00

12 lines
264 B
JSON

{
"domain": "intent",
"name": "Intent",
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/intent",
"requirements": [],
"ssdp": [],
"homekit": {},
"dependencies": ["http"],
"codeowners": ["@home-assistant/core"]
}