Skip to main content
Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
en
es
ja
ko
zh
English
Spanish
Japanese
Korean
Chinese
Home Assistant MCP
by
allenporter
Claim
GitHub
Home Automation & IoT
Speech Processing
Python
Apache 2.0
30
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-home-assistant
script
script/run-mypy.sh
#!/usr/bin/env bash set -o errexit # other common virtualenvs my_path=$(git rev-parse --show-toplevel) for venv in venv .venv .; do if [ -f "${my_path}/${venv}/bin/activate" ]; then . "${my_path}/${venv}/bin/activate" break fi done mypy ${my_path}
ID: e4g8l8fy1p