docs: Update documentation

This commit is contained in:
github-actions[bot]
2025-02-05 19:32:38 +00:00
commit b78a11e80f
89 changed files with 86435 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"homeassistant-mcp": {
"command": "bun",
"args": [
"run",
"start",
"--port",
"8080"
],
"env": {
"NODE_ENV": "production"
}
}
}
}