Просмотр исходного кода

Bump tinytuya to 1.16.2

Possible fix for devices not coming back online by themselves in issue #3050
(appears to be a workaround for buggy device firmware that sends
invalid string data from an uninitialised buffer).
Jason Rumney 9 месяцев назад
Родитель
Сommit
a91c5786ac
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

@@ -16,7 +16,7 @@
         "tuya_sharing"
     ],
     "requirements": [
-        "tinytuya==1.16.1",
+        "tinytuya==1.16.2",
         "tuya-device-sharing-sdk~=0.2.1"
     ],
     "version": "2025.4.1"

+ 1 - 1
requirements-dev.txt

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

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.16.1
+tinytuya~=1.16.2
 tuya-device-sharing-sdk~=0.2.1