name: Report a bug with the UI / Dashboards description: Report an issue related to the Home Assistant frontend. labels: bug body: - type: markdown attributes: value: | Make sure you are running the [latest version of Home Assistant][releases] before reporting an issue. If you have a feature or enhancement request for the frontend, please [start a discussion][fr] instead of creating an issue. **Please do not report issues for custom cards.** [fr]: https://github.com/home-assistant/frontend/discussions [releases]: https://github.com/home-assistant/home-assistant/releases - type: checkboxes attributes: label: Checklist description: Please verify that you've followed these steps options: - label: I have updated to the latest available Home Assistant version. required: true - label: I have cleared the cache of my browser. required: true - label: I have tried a different browser to see if it is related to my browser. required: true - label: I have tried reproducing the issue in [safe mode](https://www.home-assistant.io/blog/2023/11/01/release-202311/#restarting-into-safe-mode) to rule out problems with unsupported custom resources. - type: markdown attributes: value: | ## The problem - 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: textarea validations: required: true attributes: label: Describe the behavior you expected description: Describe what you expected to happen or it should look/behave. - 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: markdown attributes: value: | ## Environment - type: input validations: required: true attributes: label: What version of Home Assistant Core has the issue? placeholder: core- description: > Can be found in: [Settings -> About](https://my.home-assistant.io/redirect/info/). - type: input attributes: label: What was the last working version of Home Assistant Core? placeholder: core- description: > If known, otherwise leave blank. - type: input attributes: label: In which browser are you experiencing the issue? placeholder: Google Chrome 88.0.4324.150 description: > Provide the full name and don't forget to add the version! - type: input attributes: label: Which operating system are you using to run this browser? placeholder: macOS Big Sur (1.11) description: > Don't forget to add the version! - type: markdown attributes: value: | # Details - type: textarea attributes: label: State of relevant entities description: > If your issue is about how an entity is shown in the UI, please add the state and attributes for all situations. You can find this information at Developer Tools -> States. render: txt - type: textarea attributes: label: Problem-relevant frontend configuration description: > An example configuration that caused the problem for you, e.g., the YAML configuration of the used cards. Fill this out even if it seems unimportant to you. Please be sure to remove personal information like passwords, private URLs and other credentials. render: yaml - type: textarea attributes: label: Javascript errors shown in your browser console/inspector description: > If you come across any Javascript or other error logs, e.g., in your browser console/inspector please provide them. render: txt - 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.