Răsfoiți Sursa

Upgrade tinytuya to version 1.17.1

Changes only seem to be to the higher level BulbDevice which is
unused, but to stay up to date...
Jason Rumney 11 luni în urmă
părinte
comite
7d67bb8fda
3 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -11,7 +11,7 @@
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": [
-        "tinytuya==1.17.0",
+        "tinytuya==1.17.1",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2025.6.0"

+ 1 - 1
requirements-dev.txt

@@ -5,6 +5,6 @@ pytest
 pytest-asyncio
 pytest-cov
 ruff
-tinytuya~=1.17.0
+tinytuya~=1.17.1
 tuya-device-sharing-sdk~=0.2.1
 yamllint

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.17.0
+tinytuya~=1.17.1
 tuya-device-sharing-sdk~=0.2.1