Browse Source

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 10 months ago
parent
commit
7d67bb8fda
3 changed files with 3 additions and 3 deletions
  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",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": [
     "requirements": [
-        "tinytuya==1.17.0",
+        "tinytuya==1.17.1",
         "tuya-device-sharing-sdk~=0.2.1"
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     ],
     "version": "2025.6.0"
     "version": "2025.6.0"

+ 1 - 1
requirements-dev.txt

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

+ 1 - 1
requirements.txt

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