Просмотр исходного кода

manifest: add loggers definition

To get debug logging for tinytuya and tuya_sharing along with logs from
the integration when debug logging is enabled from the HA UI.
Jason Rumney 1 год назад
Родитель
Сommit
14f5fdb0b3
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      custom_components/tuya_local/manifest.json

+ 5 - 0
custom_components/tuya_local/manifest.json

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