Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
HomeAssistant MCP
by
jango-blockchained
Verified
npm
GitHub
Home Automation & IoT
TypeScript
Apache 2.0
6
9
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
advanced-homeassistant-mcp
docker
extra
.github
scripts
search
src
__tests__
bunfig.toml
docker-build.sh
docker-compose.speech.yml
Dockerfile
.dockerignore
.env.example
.eslintrc.json
.gitignore
LICENSE
package.json
README.md
smithery.yaml
test.wav
tsconfig.json
tsconfig.test.json
{ "extends": "./tsconfig.json", "compilerOptions": { // Inherit base configuration, but override with more relaxed settings for tests "strict": false, "strictNullChecks": false, "strictFunctionTypes": false, "strictPropertyInitialization": false, "noImplicitAny": false, "noImplicitThis": false, // Additional relaxations for test files "allowUnreachableCode": true, "allowUnusedLabels": true, // Specific test-related compiler options "types": [ "bun-types", "@types/jest" ] }, "include": [ "__tests__/**/*" ] }