Sfoglia il codice sorgente

Update tinytuya to version 1.17.2

- again, no expected impact from these changes, as they are to the
higher level BulbDevice.
Jason Rumney 8 mesi fa
parent
commit
7ea7b6c4fe
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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.1",
+        "tinytuya==1.17.2",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2025.6.1"

+ 1 - 1
requirements-dev.txt

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

+ 1 - 1
requirements.txt

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