@@ -3,35 +3,38 @@ name: Report a bug with the UI, Frontend or Lovelace
3
3
about : Report an issue related to the Home Assistant frontend.
4
4
labels : bug
5
5
---
6
+
6
7
<!-- READ THIS FIRST:
7
8
- If you need additional help with this template please refer to https://www.home-assistant.io/help/reporting_issues/
8
9
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/home-assistant/releases
9
10
- Do not report issues for custom Lovelace cards.
10
11
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
11
12
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
12
13
-->
14
+
13
15
## Checklist
14
16
15
17
- [ ] I have updated to the latest available Home Assistant version.
16
18
- [ ] I have cleared the cache of my browser.
17
19
- [ ] I have tried a different browser to see if it is related to my browser.
18
20
19
21
## The problem
22
+
20
23
<!--
21
24
Describe the issue you are experiencing here to communicate to the
22
25
maintainers. Tell us about the current behavior.
23
26
If possible provide a screenshot with a description.
24
27
-->
25
28
26
-
27
29
## Expected behavior
28
- <!--
30
+
31
+ <!--
29
32
Describe what you expected to happen or it should look/behave.
30
33
If possible provide a screenshot with a description.
31
34
-->
32
35
33
-
34
36
## Steps to reproduce
37
+
35
38
<!--
36
39
Provide steps for us, that helps reproducing your issue.
37
40
For example:
@@ -43,8 +46,8 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
43
46
6. Set the HVAC action to cool
44
47
-->
45
48
46
-
47
49
## Environment
50
+
48
51
<!--
49
52
Provide details about the versions you are using, which helps us reproducing
50
53
and finding the issue quicker. Version information is found in the
@@ -54,13 +57,13 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
54
57
your issue in a different browser and be sure to include your findings.
55
58
-->
56
59
57
- - Home Assistant release with the issue:
58
- - Last working Home Assistant release (if known):
59
- - UI Type (States or Lovelace):
60
- - Browser and browser version:
61
- - Operating system:
60
+ - Home Assistant release with the issue:
61
+ - Last working Home Assistant release (if known):
62
+ - Browser and browser version:
63
+ - Operating system:
62
64
63
65
## Problem-relevant configuration
66
+
64
67
<!--
65
68
An example configuration that caused the problem for you. Fill this out even
66
69
if it seems unimportant to you. Please be sure to remove personal information
@@ -72,6 +75,7 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
72
75
```
73
76
74
77
## Javascript errors shown in your browser console/inspector
78
+
75
79
<!--
76
80
If you come across any javascript or other error logs, e.g., in your browser
77
81
console/inspector please provide them.
@@ -82,4 +86,3 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
82
86
```
83
87
84
88
## Additional information
85
-
0 commit comments