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
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking" ], "parserOptions": { "project": "./tsconfig.json", "ecmaVersion": "latest", "sourceType": "module" }, "rules": { "no-console": "warn", "@typescript-eslint/explicit-function-return-type": "warn", "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/strict-boolean-expressions": "warn", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": [ "warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" } ], "@typescript-eslint/no-misused-promises": [ "warn", { "checksVoidReturn": { "attributes": false } } ], "@typescript-eslint/no-unsafe-assignment": "warn", "@typescript-eslint/no-unsafe-member-access": "warn", "@typescript-eslint/no-unsafe-call": "warn", "@typescript-eslint/no-unsafe-return": "warn" }, "ignorePatterns": [ "dist/", "node_modules/", "*.js", "*.d.ts" ] }