Files
ha-mcp-server/.env.example
Felix Zösch 1761c3cdd3 Initial commit
2025-12-11 20:29:51 +01:00

7 lines
206 B
Plaintext

# Home Assistant Configuration
HA_BASE_URL=http://homeassistant.local:8123
HA_ACCESS_TOKEN=your_long_lived_access_token_here
# Optional: Default entity filters
# HA_ENTITY_FILTER=light.*,switch.*,sensor.*