From d949abbe240b7039fe546195128adf7b9ce3a003 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 1 Mar 2023 11:46:29 +0100 Subject: [PATCH] Sort manifest file entries --- custom_components/qss/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/qss/manifest.json b/custom_components/qss/manifest.json index 473454c..43d3a01 100644 --- a/custom_components/qss/manifest.json +++ b/custom_components/qss/manifest.json @@ -1,13 +1,13 @@ { + "domain": "qss", + "name": "QuestDB State Storage (QSS)", "codeowners": [ "@CM000n" ], "dependencies": [], "documentation": "https://github.com/CM000n/QSS", - "domain": "qss", "iot_class": "local_push", "issue_tracker": "https://github.com/CM000n/QSS/issues", - "name": "QuestDB State Storage (QSS)", "requirements": [ "questdb>=1.0,<2.0", "tenacity>=5.0,<6.0"