From 17717f26c6d587ddcb28411d3688da9d11e39be4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 27 Oct 2024 13:00:06 +1030 Subject: [PATCH] Update manifest key order. --- custom_components/ha-insnrg-chlorinator/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/ha-insnrg-chlorinator/manifest.json b/custom_components/ha-insnrg-chlorinator/manifest.json index af3fcc0..6289de8 100644 --- a/custom_components/ha-insnrg-chlorinator/manifest.json +++ b/custom_components/ha-insnrg-chlorinator/manifest.json @@ -1,12 +1,12 @@ { "domain": "ha-insnrg-chlorinator", "name": "INSNRG Chlorinator", - "documentation": "https://github.com/Mattat01/ha-insnrg-chlorinator", - "issue_tracker": "https://github.com/Mattat01/ha-insnrg-chlorinator/issues", + "codeowners": [ "@Mattat01" ], "config_flow": true, "dependencies": [], - "codeowners": [ "@Mattat01" ], + "documentation": "https://github.com/Mattat01/ha-insnrg-chlorinator", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/Mattat01/ha-insnrg-chlorinator/issues", "requirements": [ "aioboto3" ], - "version": "1.0.0", - "iot_class": "cloud_polling" + "version": "1.0.0" } \ No newline at end of file