Browse Source

Bump tinytuya to 1.11.0

Jason Rumney 3 năm trước cách đây
mục cha
commit
d932686050
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  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

@@ -8,6 +8,6 @@
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
-    "requirements": ["pycryptodome~=3.17","tinytuya==1.10.3"],
+    "requirements": ["pycryptodome~=3.17","tinytuya==1.11.0"],
     "version": "2022.3.0"
 }

+ 1 - 1
requirements-dev.txt

@@ -7,4 +7,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.17
-tinytuya~=1.10.2
+tinytuya~=1.11.0

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.17
-tinytuya~=1.10.2
+tinytuya~=1.11.0