mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-17 23:33:35 +01:00
97 lines
3.8 KiB
YAML
97 lines
3.8 KiB
YAML
name: Report an issue with Home Assistant Supervisor
|
|
description: Report an issue related to the Home Assistant Supervisor.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
This issue form is for reporting bugs with **supported** setups only!
|
|
|
|
If you have a feature or enhancement request, please use the [feature request][fr] section of our [Community Forum][fr].
|
|
|
|
[fr]: https://github.com/orgs/home-assistant/discussions
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Describe the issue you are experiencing
|
|
description: Provide a clear and concise description of what the bug is.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Environment
|
|
- type: dropdown
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: What type of installation are you running?
|
|
description: >
|
|
If you don't know, can be found in [Settings -> System -> Repairs -> (three dot menu) -> System Information](https://my.home-assistant.io/redirect/system_health/).
|
|
It is listed as the `Installation Type` value.
|
|
options:
|
|
- Home Assistant OS
|
|
- Home Assistant Supervised
|
|
- type: dropdown
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Which operating system are you running on?
|
|
options:
|
|
- Home Assistant Operating System
|
|
- Debian
|
|
- Other (e.g., Raspbian/Raspberry Pi OS/Fedora)
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Details
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Steps to reproduce the issue
|
|
description: |
|
|
Please tell us exactly how to reproduce your issue.
|
|
Provide clear and concise step by step instructions and add code snippets if needed.
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Anything in the Supervisor logs that might be useful for us?
|
|
description: >
|
|
Supervisor Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/)
|
|
then choose `Supervisor` in the top right.
|
|
|
|
[](https://my.home-assistant.io/redirect/supervisor_logs/)
|
|
render: txt
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: System information
|
|
description: >
|
|
The System information can be found in [Settings -> System -> Repairs -> (three dot menu) -> System Information](https://my.home-assistant.io/redirect/system_health/).
|
|
Click the copy button at the bottom of the pop-up and paste it here.
|
|
|
|
[](https://my.home-assistant.io/redirect/system_health/)
|
|
- type: textarea
|
|
attributes:
|
|
label: Supervisor diagnostics
|
|
placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)"
|
|
description: >-
|
|
Supervisor diagnostics can be found in [Settings -> Devices & services](https://my.home-assistant.io/redirect/integrations/).
|
|
Find the card that says `Home Assistant Supervisor`, open it, and select the three dot menu of the Supervisor integration entry
|
|
and select 'Download diagnostics'.
|
|
|
|
**Please drag-and-drop the downloaded file into the textbox below. Do not copy and paste its contents.**
|
|
- type: textarea
|
|
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.
|