Skip to content

Commit f30cfff

Browse files
Update new device workflow
1 parent 02f1cf7 commit f30cfff

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/new_device_request.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
name: New Device
22
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"
44
labels: ["new-device"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
99
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.
1111
1212
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-
[![Open your Home Assistant instance and show your devices.](https://my.home-assistant.io/badges/devices.svg)](https://my.home-assistant.io/redirect/devices/)
13+
To see your devices, click here:
1514
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+
[![Open your Home Assistant instance and show your devices.](https://my.home-assistant.io/badges/devices.svg)](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.
1819
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.
1920
2021
- type: input

0 commit comments

Comments
 (0)