27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"domain": "ha_mcp_tools",
|
|
"name": "HA-MCP Custom Component",
|
|
"after_dependencies": [
|
|
"backup",
|
|
"cloud",
|
|
"frontend",
|
|
"http",
|
|
"lovelace",
|
|
"network"
|
|
],
|
|
"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.2.2"
|
|
}
|