Procházet zdrojové kódy

Update tinytuya to 1.9.1

This should bring in the support needed to implement gateways and sub devices.
Jason Rumney před 3 roky
rodič
revize
30d2ce9869
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 }