Преглед изворни кода

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
 }