bug_report.mdโข1.46 kB
---
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))