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

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 година
родитељ
комит
27d2d587b8
1 измењених фајлова са 2 додато и 0 уклоњено
  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"],