Bladeren bron

debug: add debug logging back for tinytuya

For investigation of #2289
Jason Rumney 7 maanden geleden
bovenliggende
commit
29edcd0f5f
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  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"