mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Add intent integration to expose intent handle API. * Run hassfest + fix scaffolding * Update __init__.py
12 lines
264 B
JSON
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"]
|
|
}
|