38 lines
915 B
Markdown
38 lines
915 B
Markdown
---
|
|
name: Support Request
|
|
about: Need help?
|
|
title: ''
|
|
labels: question
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- You must use the issue template below when submitting a support request -->
|
|
|
|
**Describe Your Problem:**
|
|
<!-- A clear and concise description of what problem you are trying to solve. -->
|
|
|
|
**Logs:**
|
|
|
|
```
|
|
Show the Homebridge logs here, remove any sensitive information.
|
|
```
|
|
|
|
**Plugin Config:**
|
|
|
|
```json
|
|
Show your Homebridge config.json here, remove any sensitive information.
|
|
```
|
|
|
|
**Screenshots:**
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
**Environment:**
|
|
|
|
* **Plugin Version**:
|
|
* **Homebridge Version**: <!-- homebridge -V -->
|
|
* **Node.js Version**: <!-- node -v -->
|
|
* **NPM Version**: <!-- npm -v -->
|
|
* **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker / hb-service -->
|
|
|
|
<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
|