From 8e9efb842be281b5c6ad5e169c09440bf3588983 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Wed, 28 Feb 2024 16:05:23 -0700 Subject: [PATCH] sort manifest file --- custom_components/gasbuddy/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/gasbuddy/manifest.json b/custom_components/gasbuddy/manifest.json index 2bcad9e..bcee3d2 100644 --- a/custom_components/gasbuddy/manifest.json +++ b/custom_components/gasbuddy/manifest.json @@ -4,9 +4,9 @@ "codeowners": ["@firstof9"], "config_flow": true, "documentation": "https://github.com/firstof9/ha-gasbuddy", + "import_executor": true, "iot_class": "cloud_polling", "issue_tracker": "https://github.com/firstof9/ha-gasbuddy/issues", - "import_executor": true, "requirements": ["py-gasbuddy==0.2.4"], "version": "0.0.0-dev" }