Преглед на файлове

Update tinytuya to 1.15.1

Jason Rumney преди 1 година
родител
ревизия
53ca03cbea
променени са 3 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 3 2
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 2
      requirements.txt

+ 3 - 2
custom_components/tuya_local/manifest.json

@@ -1,4 +1,5 @@
 {
+
     "domain": "tuya_local",
     "name": "Tuya Local",
     "codeowners": [
@@ -11,8 +12,8 @@
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": [
-        "tinytuya==1.15.0",
+        "tinytuya==1.15.1",
         "tuya-device-sharing-sdk>=0.1.9,<=0.2.99"
     ],
-    "version": "2024.7.0"
+    "version": "2024.7.1"
 }

+ 1 - 1
requirements-dev.txt

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

+ 1 - 2
requirements.txt

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