Skip to content

Commit

Permalink
update new-device.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Dec 15, 2023
1 parent 1988174 commit d8f261a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/new-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
- type: input
id: manufacturer
attributes:
label: ">>Device Manufacturer<<"
label: Manufacturer
description: The manufacturer should be exactly what is displayed on the Devices screen within Home Assistant.
placeholder: ex. eWeLink
validations:
Expand All @@ -25,7 +25,7 @@ body:
- type: input
id: model
attributes:
label: ">>Device Model<<"
label: Model
description: The model should be exactly what is displayed on the Devices screen within Home Assistant.
placeholder: ex. DS01
validations:
Expand All @@ -34,7 +34,7 @@ body:
- type: input
id: battery-type
attributes:
label: ">>Device Battery Type<<"
label: Battery Type
description: When specifying battery types please use the Most Common naming for general batteries and the IEC naming for battery cells according to [Wikipedia](https://en.wikipedia.org/wiki/List_of_battery_sizes).
placeholder: ex. CR2032
validations:
Expand All @@ -43,7 +43,7 @@ body:
- type: input
id: battery-quantity
attributes:
label: ">>Device Battery Quantity<<"
label: Battery Quantity
description: The battery_quantity attribute is numeric (no letters or special characters).
placeholder: ex. 1
validations:
Expand Down

0 comments on commit d8f261a

Please sign in to comment.