Jelajahi Sumber

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 tahun lalu
induk
melakukan
91601b76da
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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"
 }