瀏覽代碼

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 月之前
父節點
當前提交
7d67bb8fda
共有 3 個文件被更改,包括 3 次插入3 次删除
  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