소스 검색

Use tinytuya 1.6.5

Attempt at resolving issues #237, #238
Jason Rumney 3 년 전
부모
커밋
75e0e40716
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -7,6 +7,6 @@
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.15.0","tinytuya~=1.6.6"],
+    "requirements": ["pycryptodome~=3.15.0","tinytuya=1.6.5"],
     "config_flow": true
 }