---
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))