Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
15ac2ff48a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 }