Files
Home-Assistant/custom_components/ha_mcp_tools/manifest.json
T
2026-07-17 10:12:15 -04:00

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"
}