瀏覽代碼

Bump tinytuya to 1.16.1

According to user reports, reverting to 1.15.1 in 2025.1.1 did not solve
the recently appeared issues with devices returning no data. So the cause
was not tinytuya 1.16.0. It should be safe then to move to 1.16.1, which
has some improvements to error handling.
Jason Rumney 1 年之前
父節點
當前提交
91601b76da
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      custom_components/tuya_local/manifest.json

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -12,8 +12,8 @@
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": [
-        "tinytuya==1.15.1",
+        "tinytuya==1.16.1",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
-    "version": "2025.1.1"
+    "version": "2025.2.0"
 }