Просмотр исходного кода

New device form: provide more hand-holding

Quality of submissions seems to have slipped again, after improving
over the past year. There seems to be an influx of new users, so
possibly another influencer has done a video.

The problem this time seems to be that the new users don't know their
way around Home Assistant, and no longer need access to iot.tuya.com
to get a local key, so generally don't have it.
Jason Rumney 1 год назад
Родитель
Сommit
afd1f8e93e
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      .github/ISSUE_TEMPLATE/new-device.yaml

+ 4 - 4
.github/ISSUE_TEMPLATE/new-device.yaml

@@ -20,8 +20,8 @@ body:
     attributes:
       label: Log message
       description: |
-        Please paste the Warning level log message containing a dps list which is output when you attempt to add the device and are presented with a list of non-matching devices.
-        Alternatively, if you already added the device, you can turn on debug logging for a minute or so, and find a message in the log with `full_poll: true`.
+        From the Home Assistant log (Settings / System /Log), please paste the Warning level log message containing a dps list which is output when you attempt to add the device and are presented with a list of non-matching devices.
+        Alternatively, if you already added the device, you can turn on debug logging for a minute or so, and find a message in the log from your device which has `full_poll: true` as part of the message.
       placeholder: Reports without logs will be immediately closed
       render: text
     validations:
@@ -31,8 +31,8 @@ body:
     attributes:
       label: DPS information
       description: |
-        Preferred data is QueryThingsDataModel API result from iot.tuya.com
-        If you do not have access to iot.tuya.com, but have other ways of obtaining dps information, the minimum info required is the numeric dp id, name/description, data type, and for settable dps, the range for numeric values, and the list of possible values for enum values.
+        Preferred data is QueryThingsDataModel API result from iot.tuya.com (under Cloud / API Explorer / Device Control)
+        If you do not have access to iot.tuya.com, but have other ways of obtaining dps information, the minimum info required is the numeric dp id, name/description, data type, and for settable dps, the range for numeric values, and the list of possible values for enum values. If you cannot obtain this info, there is no way for us to support you, as only owners of devices have access to the data about them.
       render: text
     validations:
       required: true