2021-01-30 20:32:46 +00:00
|
|
|
name: Report an issue with Home Assistant Core
|
2021-03-23 17:45:40 +00:00
|
|
|
description: Report an issue with Home Assistant Core.
|
2021-01-30 20:10:42 +00:00
|
|
|
title: ""
|
|
|
|
issue_body: true
|
2021-02-19 20:23:34 +00:00
|
|
|
body:
|
|
|
|
- type: markdown
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
This issue form is for reporting bugs only!
|
|
|
|
|
|
|
|
If you have a feature or enhancement request, please use the [feature request][fr] section of our [Community Forum][fr].
|
2021-01-30 20:17:36 +00:00
|
|
|
|
2021-01-30 20:10:42 +00:00
|
|
|
[fr]: https://community.home-assistant.io/c/feature-requests
|
|
|
|
- type: textarea
|
2021-02-19 20:23:34 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-01-30 20:10:42 +00:00
|
|
|
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.
|
2021-02-19 20:23:34 +00:00
|
|
|
- type: markdown
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
## Environment
|
|
|
|
- type: input
|
2021-02-19 20:23:34 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
2021-03-23 17:45:40 +00:00
|
|
|
id: version
|
2021-01-30 20:10:42 +00:00
|
|
|
label: What is version of Home Assistant Core has the issue?
|
|
|
|
placeholder: core-
|
|
|
|
description: >
|
|
|
|
Can be found in the Configuration panel -> Info.
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: What was the last working version of Home Assistant Core?
|
|
|
|
placeholder: core-
|
|
|
|
description: >
|
|
|
|
If known, otherwise leave blank.
|
|
|
|
- type: dropdown
|
2021-02-19 20:23:34 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
|
|
|
label: What type of installation are you running?
|
|
|
|
description: >
|
|
|
|
If you don't know, you can find it in: Configuration panel -> Info.
|
2021-02-19 20:23:34 +00:00
|
|
|
options:
|
2021-01-30 20:10:42 +00:00
|
|
|
- Home Assistant OS
|
|
|
|
- Home Assistant Container
|
|
|
|
- Home Assistant Supervised
|
|
|
|
- Home Assistant Core
|
|
|
|
- type: input
|
2021-03-23 17:45:40 +00:00
|
|
|
id: integration_name
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
|
|
|
label: Integration causing the issue
|
|
|
|
description: >
|
|
|
|
The name of the integration, for example, Automation or Philips Hue.
|
|
|
|
- type: input
|
2021-03-23 17:45:40 +00:00
|
|
|
id: integration_link
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
|
|
|
label: Link to integration documentation on our website
|
|
|
|
placeholder: "https://www.home-assistant.io/integrations/..."
|
2021-01-30 20:21:57 +00:00
|
|
|
description: |
|
2021-01-30 20:10:42 +00:00
|
|
|
Providing a link [to the documentation][docs] help us categorizing the
|
|
|
|
issue, while providing a useful reference at the same time.
|
|
|
|
|
|
|
|
[docs]: https://www.home-assistant.io/integrations
|
|
|
|
|
2021-02-19 20:23:34 +00:00
|
|
|
- type: markdown
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
# Details
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Example YAML snippet
|
|
|
|
description: |
|
2021-01-30 20:36:13 +00:00
|
|
|
If this issue has an example piece of YAML that can help reproducing this problem, please provide.
|
2021-01-30 20:24:56 +00:00
|
|
|
This can be an piece of YAML from, e.g., an automation, script, scene or configuration.
|
2021-03-23 17:45:40 +00:00
|
|
|
render: yaml
|
2021-01-30 20:10:42 +00:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Anything in the logs that might be useful for us?
|
|
|
|
description: For example, error message, or stack traces.
|
2021-03-23 17:45:40 +00:00
|
|
|
render: txt
|
2021-02-19 20:23:34 +00:00
|
|
|
- type: markdown
|
2021-01-30 20:21:57 +00:00
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
## Additional information
|
2021-02-19 20:23:34 +00:00
|
|
|
- type: markdown
|
2021-01-30 20:10:42 +00:00
|
|
|
attributes:
|
2021-01-30 20:24:56 +00:00
|
|
|
value: >
|
2021-01-30 20:10:42 +00:00
|
|
|
If you have any additional information for us, use the field below.
|
2021-01-30 20:24:56 +00:00
|
|
|
Please note, you can attach screenshots or screen recordings here, by
|
|
|
|
dragging and dropping files in the field below.
|