To get debug logging for tinytuya and tuya_sharing along with logs from the integration when debug logging is enabled from the HA UI.
@@ -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"