Jason Rumney 1 год назад
Родитель
Сommit
d4b09658dc
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.14.0",
+        "tinytuya==1.15.0",
         "tuya-device-sharing-sdk>=0.1.9,<=0.2.99"
     ],
     "version": "2024.7.0"

+ 1 - 1
requirements-dev.txt

@@ -5,6 +5,6 @@ pytest
 pytest-asyncio
 pytest-cov
 ruff
-tinytuya~=1.14.0
+tinytuya~=1.15.0
 tuya-device-sharing-sdk>=0.1.9,<=0.2.99
 yamllint

+ 1 - 1
requirements.txt

@@ -1,3 +1,3 @@
-tinytuya~=1.14.0
+tinytuya~=1.15.0
 tuya-device-sharing-sdk>=0.1.9,<=0.2.99
 x