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

18
config/cline_config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"homeassistant-mcp": {
"command": "bun",
"args": [
"run",
"start",
"--enable-cline",
"--config",
"${configDir}/.env"
],
"env": {
"NODE_ENV": "production",
"CLINE_MODE": "true"
}
}
}
}