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

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 години
родител
ревизия
15ac2ff48a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
 }