Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
15ac2ff48a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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",
     "integration_type": "device",
     "name": "Tuya Local",
-    "version": "2022.1.3",
+    "version": "2022.2.0",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.9.1"],
+    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.10.0"],
     "config_flow": true
 }