فهرست منبع

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"],