Переглянути джерело

Fix commas in reordered manifest

Jason Rumney 3 роки тому
батько
коміт
5093ae78b9
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      custom_components/tuya_local/manifest.json

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -2,12 +2,12 @@
     "domain": "tuya_local",
     "name": "Tuya Local",
     "codeowners": ["@make-all"],
-    "config_flow": true
+    "config_flow": true,
     "dependencies": [],
     "documentation": "https://github.com/make-all/tuya-local",
     "integration_type": "device",
     "iot_class": "local_push",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "requirements": ["pycryptodome~=3.17","tinytuya==1.10.2"],
-    "version": "2022.2.4",
+    "version": "2022.2.4"
 }