You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a bug/issue detailing something that is broken or not working correctly
3
+
labels: ["bug"]
4
+
assignees:
5
+
- BottlecapDave
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Thanks for taking the time to fill out this bug report, and first may I say I'm sorry that you've encountered an issue.
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Describe the bug
15
+
description: Please provide a clear and concise description of what the bug/issue is
16
+
placeholder: ex. target rate sensor with the following settings is not turning on
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: reproduction
21
+
attributes:
22
+
label: Reproduction steps
23
+
description: Please provide steps to reproduce the behavior
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
id: expected
28
+
attributes:
29
+
label: Expected behaviour
30
+
description: Please provide a clear and concise description of what you expected to happen
31
+
validations:
32
+
required: true
33
+
- type: input
34
+
id: integration-version
35
+
attributes:
36
+
label: Integration Version
37
+
description: The version of the integration that you encountered the bug on
38
+
validations:
39
+
required: true
40
+
- type: input
41
+
id: ha-integration
42
+
attributes:
43
+
label: Home Assistant Version
44
+
description: The version of Home Assistant you're currently running
45
+
validations:
46
+
required: true
47
+
- type: dropdown
48
+
id: freshinstall
49
+
attributes:
50
+
label: Fresh Install?
51
+
description: What this encountered after upgrading or a fresh install
52
+
options:
53
+
- Not specified
54
+
- Fresh install
55
+
- After upgrading
56
+
validations:
57
+
required: true
58
+
- type: textarea
59
+
id: ha-logs
60
+
attributes:
61
+
label: Home Assistant Logs
62
+
description: Paste any related Home Assistant logs here. Please follow the instructions as outlined in the [FAQ](https://bottlecapdave.github.io/homeassistant-targettimeframes/faq#how-do-i-increase-the-logs-for-the-integration)
63
+
validations:
64
+
required: true
65
+
- type: checkboxes
66
+
id: confirm
67
+
attributes:
68
+
label: Confirmation
69
+
options:
70
+
- label: I confirm that I cannot find my solution within the [documentation](https://bottlecapdave.github.io/homeassistant-targettimeframes)
71
+
required: true
72
+
- label: I confirm that I cannot find my solution within the [FAQ](https://bottlecapdave.github.io/homeassistant-targettimeframes/faq)
description: Request a new feature to help improve the integration
3
+
labels: ["enhancement"]
4
+
assignees:
5
+
- BottlecapDave
6
+
body:
7
+
- type: textarea
8
+
id: description
9
+
attributes:
10
+
label: Describe the feature
11
+
description: Please provide a clear and concise description of what the feature is
12
+
validations:
13
+
required: true
14
+
- type: textarea
15
+
id: expected
16
+
attributes:
17
+
label: Expected behaviour
18
+
description: Please provide a clear and concise description of what you expected to happen
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: usecase
23
+
attributes:
24
+
label: Use Case
25
+
description: Please provide a use case for this new feature so that I can better understand the problem that is being solved
26
+
validations:
27
+
required: true
28
+
- type: checkboxes
29
+
id: docs
30
+
attributes:
31
+
label: Confirmation
32
+
options:
33
+
- label: By submitting this feature request, you agree that you have read the [documentation](https://bottlecapdave.github.io/homeassistant-targettimeframes) and confirmed it does not already exist
34
+
required: true
35
+
- label: I am willing/able to help contribute to the solution of this feature
0 commit comments