Explorar el Código

docs(discovery): improve log message

Push users toward the correct template for this type of report.
Jason Rumney hace 1 semana
padre
commit
3958f7e9af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
         _LOGGER.warning(
             "%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,
             product_id,
             config_type,