Jelajahi Sumber

Update tinytuya to 1.9.1

This should bring in the support needed to implement gateways and sub devices.
Jason Rumney 3 tahun lalu
induk
melakukan
30d2ce9869
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -8,6 +8,6 @@
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.8.0"],
+    "requirements": ["pycryptodome~=3.16.0","tinytuya==1.9.1"],
     "config_flow": true
 }