Răsfoiți Sursa

Add fields to manifest for newer homeassistant versions.

Apparently the version will soon be needed.
issue_tracker has been an option for some time, but was previously removed due to lint errors and the fact it didn't really do much, but hopefully the lint has been updated now.
Jason Rumney 5 ani în urmă
părinte
comite
27d2d587b8
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      custom_components/tuya_local/manifest.json

+ 2 - 0
custom_components/tuya_local/manifest.json

@@ -1,7 +1,9 @@
 {
   "domain": "tuya_local",
   "name": "Tuya based devices local control",
+  "version": "0.1.3", 
   "documentation": "https://github.com/make-all/tuya-local",
+  "issue_tracker": "https://github.com/make-all/tuya-local/issues".
   "dependencies": [],
   "codeowners": ["@make-all"],
   "requirements": ["pycryptodome~=3.9","pytuya~=7.0.5"],