소스 검색

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
 }