Jason Rumney 1 год назад
Родитель
Сommit
0499eace2e
3 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -11,8 +11,8 @@
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": [
-        "tinytuya==1.13.2",
+        "tinytuya==1.14.0",
         "tuya-device-sharing-sdk==0.1.9"
     ],
-    "version": "2024.5.3"
+    "version": "2024.5.4"
 }

+ 1 - 1
requirements-dev.txt

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

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
-tinytuya~=1.13.2
+tinytuya~=1.14.0
 tuya-device-sharing-sdk==0.1.9