فهرست منبع

debug: add debug logging back for tinytuya

For investigation of #2289
Jason Rumney 8 ماه پیش
والد
کامیت
29edcd0f5f
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      custom_components/tuya_local/manifest.json

+ 4 - 0
custom_components/tuya_local/manifest.json

@@ -10,6 +10,10 @@
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
+    "loggers": [
+        "tuya_local",
+        "tinytuya"
+    ],
     "requirements": [
         "tinytuya==1.17.2",
         "tuya-device-sharing-sdk~=0.2.1"