mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
85 lines
2.2 KiB
YAML
85 lines
2.2 KiB
YAML
name: Bug Report
|
|
description: Create a report to help us improve the integration
|
|
labels: [bug]
|
|
body:
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: The problem
|
|
description: >-
|
|
Describe the issue you are experiencing here to communicate to the
|
|
maintainers. Tell us what you were trying to do and what happened.
|
|
|
|
Provide a clear and concise description of what the problem is. What did you expect to happen?
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Environment
|
|
|
|
- type: input
|
|
id: version
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: What version of this integration has the issue?
|
|
placeholder: 2.5.0
|
|
description: >
|
|
Can be found in the Configuration panel -> Info.
|
|
|
|
- type: input
|
|
id: ha_version
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: What version of Home Assistant Core has the issue?
|
|
placeholder: core-
|
|
description: >
|
|
Can be found in the Configuration panel -> Info.
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Device
|
|
|
|
- type: textarea
|
|
id: vesync_diagnostics
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Diagnostics
|
|
placeholder: "{}"
|
|
description: >
|
|
Can be found in the Configuration panel -> Integrations -> VeSync -> Diagnostics
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Details
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Home Assistant log
|
|
description: Enable debug logging and paste your full log here. Don't forget to redact sensitive information.
|
|
value: |
|
|
<details><summary>Logs</summary>
|
|
|
|
```py
|
|
Copy/paste any log here, between the starting and ending backticks.
|
|
```
|
|
|
|
</details>
|
|
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: Additional information
|
|
description: If you have any additional information for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report! |