Просмотр исходного кода

Update manifest key order.

hassfest seems to impose a new restriction on the order of the keys in the
manifest.

Error: R] [MANIFEST] Manifest keys have been sorted: domain, name, then alphabetical order
Jason Rumney 3 лет назад
Родитель
Сommit
205a7e0ed8
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      custom_components/tuya_local/manifest.json

+ 6 - 6
custom_components/tuya_local/manifest.json

@@ -1,13 +1,13 @@
 {
     "domain": "tuya_local",
-    "iot_class": "local_push",
-    "integration_type": "device",
     "name": "Tuya Local",
-    "version": "2022.2.3",
+    "codeowners": ["@make-all"],
+    "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",
-    "dependencies": [],
-    "codeowners": ["@make-all"],
     "requirements": ["pycryptodome~=3.17","tinytuya==1.10.2"],
-    "config_flow": true
+    "version": "2022.2.3",
 }