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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new_device_request.yml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
name: New Device
2
2
description: Submit a new device to the library so that others don't have to configure it themselves.
3
-
title: "[Device]: "
3
+
title: "[Device]: New Device Request"
4
4
labels: ["new-device"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
9
The battery library is a JSON document at [custom_components/battery_notes/data/library.json](https://github.com/andrew-codechimp/HA-Battery-Notes/blob/main/custom_components/battery_notes/data/library.json)
10
-
To contribute, submit your device details via this form and the relevant code changes will be proposed on your behalf.
10
+
To contribute, submit your device details via this form and the relevant code changes will be proposed on your behalf.
11
11
12
12
If you add a device manually in Battery Notes you will be able to see the details required at the top of the battery details panel, which is also available in the configure panel for the device within the Battery Notes integration once you have added it.
13
-
To see your devices, click here:
14
-
[](https://my.home-assistant.io/redirect/devices/)
13
+
To see your devices, click here:
15
14
16
-
The title above is not used and can be just a friendly description of the device. Manufacturer and Model should be exactly what is displayed on the Device screen within Home Assistant.
17
-
If your device has a Model ID or HW Version then these must be included.
15
+
[](https://my.home-assistant.io/redirect/devices/)
16
+
17
+
The title above is not used and will be updated automatically. Manufacturer and Model should be exactly what is displayed on the Device screen within Home Assistant.
18
+
If your device has a Model ID or HW Version then these must be included.
18
19
If your device has a blank Manufacturer or Model these cannot be added to the library, please don't try, but you can still add a battery note manually.
0 commit comments