craibo 1 год назад
Родитель
Сommit
cf0a3410b1
1 измененных файлов с 7 добавлено и 4 удалено
  1. 7 4
      custom_components/tuya_local/manifest.json

+ 7 - 4
custom_components/tuya_local/manifest.json

@@ -1,14 +1,17 @@
 {
     "domain": "tuya_local",
     "name": "Tuya Local",
-    "codeowners": ["@make-all"],
+    "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",
-    "requirements": ["tinytuya==1.13.2"],
-    "version": "2024.5.1",
-    "import_executor": false
+    "requirements": [
+        "tinytuya==1.13.2"
+    ],
+    "version": "2024.5.1"
 }