Răsfoiți Sursa

docs(discovery): improve log message

Push users toward the correct template for this type of report.
Jason Rumney 1 săptămână în urmă
părinte
comite
3958f7e9af
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      custom_components/tuya_local/discovery.py

+ 1 - 1
custom_components/tuya_local/discovery.py

@@ -225,7 +225,7 @@ class TuyaLANRediscovery:
         self._warned_products.add(device_id)
         self._warned_products.add(device_id)
         _LOGGER.warning(
         _LOGGER.warning(
             "%s: device product id %s is not listed in its config (%s); "
             "%s: device product id %s is not listed in its config (%s); "
-            "if your device is an exact match for the config please report it so support can be improved",
+            "if your device is an exact match for the config please report Product Details it so support can be improved",
             entry.title,
             entry.title,
             product_id,
             product_id,
             config_type,
             config_type,