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
label: I have read the documentation and contribution instructions
14
+
options:
15
+
- label: I have read the [documentation](https://github.com/tomer-w/ha-victron-mqtt) and the [contribution instructions](https://github.com/tomer-w/ha-victron-mqtt/blob/main/CONTRIBUTING.md).
16
+
required: true
17
+
- type: textarea
18
+
id: feature-description
19
+
attributes:
20
+
label: Describe the feature
21
+
description: A clear and concise description of the feature you'd like to see.
22
+
placeholder: Tell us what you want!
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: mqtt-topics
27
+
attributes:
28
+
label: Required MQTT topics
29
+
description: Please provide the MQTT topics that would be needed for this feature.
30
+
placeholder: |
31
+
List the MQTT topics, e.g.:
32
+
- N/+/system/+/Dc/Battery/Voltage
33
+
- N/+/system/+/Dc/Battery/Current
34
+
validations:
35
+
required: true
36
+
- type: textarea
37
+
id: expected-behavior
38
+
attributes:
39
+
label: Expected behavior
40
+
description: A clear and concise description of what you expected to happen with this feature.
41
+
validations:
42
+
required: false
43
+
- type: textarea
44
+
id: additional-context
45
+
attributes:
46
+
label: Additional context
47
+
description: Add any other context or screenshots about the feature request here.
0 commit comments