Преглед изворни кода

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"