Explorar el Código

Update latest pytuya.

This is supposed to contain the change required to make HACS validation work.
Jason Rumney hace 5 años
padre
commit
252a4b601c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",
   "issue_tracker": "https://github.com/make-all/tuya-local/issues",
   "dependencies": [],
   "dependencies": [],
   "codeowners": ["@make-all", "@nikrolls"],
   "codeowners": ["@make-all", "@nikrolls"],
-  "requirements": ["pytuya>=7.0.5"],
+  "requirements": ["pytuya>=7.0.6"],
   "config_flow": true
   "config_flow": true
 }
 }