Преглед изворни кода

Update latest pytuya.

This is supposed to contain the change required to make HACS validation work.
Jason Rumney пре 5 година
родитељ
комит
252a4b601c
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 }