47 lines
555 B
Markdown
47 lines
555 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or unexpected behavior
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Describe the Bug
|
|
|
|
A clear description of what the bug is.
|
|
|
|
## Environment
|
|
|
|
- **Home Assistant version:**
|
|
- **Integration version:**
|
|
- **Emby Server version:**
|
|
|
|
## Steps to Reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected Behavior
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What actually happened.
|
|
|
|
## Logs
|
|
|
|
<details>
|
|
<summary>Relevant log entries</summary>
|
|
|
|
```
|
|
Paste logs here
|
|
```
|
|
|
|
</details>
|
|
|
|
## Additional Context
|
|
|
|
Any other context about the problem.
|