Procházet zdrojové kódy

Update latest pytuya.

This is supposed to contain the change required to make HACS validation work.
Jason Rumney před 6 roky
rodič
revize
252a4b601c
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

@@ -5,6 +5,6 @@
   "issue_tracker": "https://github.com/make-all/tuya-local/issues",
   "dependencies": [],
   "codeowners": ["@make-all", "@nikrolls"],
-  "requirements": ["pytuya>=7.0.5"],
+  "requirements": ["pytuya>=7.0.6"],
   "config_flow": true
 }