Răsfoiți Sursa

Update version. Bump dependency to latest tinytuya.

This should allow to add protocol version 3.5 support, though it seems the
tinytuya devs are not aware of any devices, and must have developed it from
docs.
Jason Rumney 3 ani în urmă
părinte
comite
15ac2ff48a
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      custom_components/tuya_local/manifest.json

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -3,11 +3,11 @@
     "iot_class": "local_push",
     "iot_class": "local_push",
     "integration_type": "device",
     "integration_type": "device",
     "name": "Tuya Local",
     "name": "Tuya Local",
-    "version": "2022.1.3",
+    "version": "2022.2.0",
     "documentation": "https://github.com/make-all/tuya-local",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "dependencies": [],
     "codeowners": ["@make-all"],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.9.1"],
+    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.10.0"],
     "config_flow": true
     "config_flow": true
 }
 }