Initial commit: Home Assistant MCP Server

This commit is contained in:
2026-02-03 09:38:31 +08:00
commit 6a7dfb88a5
9 changed files with 1921 additions and 0 deletions

4
run_server.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export HA_URL="http://10.8.0.17:8123"
export HA_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3MjkxZDFhNmQ1ZDQ0MGI1YmQ5ODgwYTZlZTZjYmIxYiIsImlhdCI6MTc2OTkxNzcyNSwiZXhwIjoyMDg1Mjc3NzI1fQ.Bpqs8Tr7Nxle377HbIP5u8fQZnSL5rQjYxBYaeEJMuw"
exec /usr/bin/node /home/wartana/myApp/home-assistant-mcp/dist/index.js