24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"domain": "ha_mcp_tools",
|
|
"name": "HA-MCP Custom Component",
|
|
"after_dependencies": [
|
|
"http",
|
|
"cloud",
|
|
"frontend"
|
|
],
|
|
"codeowners": [
|
|
"@homeassistant-ai"
|
|
],
|
|
"config_flow": true,
|
|
"dependencies": [
|
|
"webhook"
|
|
],
|
|
"documentation": "https://github.com/homeassistant-ai/ha-mcp",
|
|
"iot_class": "local_push",
|
|
"issue_tracker": "https://github.com/homeassistant-ai/ha-mcp/issues",
|
|
"requirements": [
|
|
"ruamel.yaml>=0.18.0"
|
|
],
|
|
"version": "1.1.0"
|
|
}
|