Explorar o código

Update tinytuya to 1.9.1

This should bring in the support needed to implement gateways and sub devices.
Jason Rumney %!s(int64=3) %!d(string=hai) anos
pai
achega
30d2ce9869
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }