---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: []
---
## π Bug Description
<!-- A clear and concise description of what the bug is -->
## π Steps to Reproduce
1.
2.
3.
4.
## β
Expected Behavior
<!-- What you expected to happen -->
## β Actual Behavior
<!-- What actually happened -->
## πΌοΈ Screenshots
<!-- If applicable, add screenshots to help explain your problem -->
## π§ Environment
- **OS**: <!-- e.g., Ubuntu 22.04, macOS 14.1, Windows 11 -->
- **Bun Version**: <!-- Run `bun --version` -->
- **Package Version**: <!-- Run `npm show @jango-blockchained/homeassistant-mcp version` -->
- **Home Assistant Version**: <!-- e.g., 2024.11.0 -->
- **Node Version** (if applicable): <!-- Run `node --version` -->
## π Configuration
<!-- Share relevant configuration (sanitize sensitive data like tokens!) -->
```env
# Your .env settings (remove tokens!)
```
## π Logs
<!-- Share relevant logs (sanitize sensitive data!) -->
```
Paste logs here
```
## π Additional Context
<!-- Add any other context about the problem here -->
## βοΈ Checklist
- [ ] I have searched existing issues to make sure this is not a duplicate
- [ ] I have included all the requested information above
- [ ] I have sanitized any sensitive information (tokens, passwords, etc.)
- [ ] I am using a supported version (see [SECURITY.md](../SECURITY.md))