From 54844f475554c3a6da98eab8e1b460e008d4f740 Mon Sep 17 00:00:00 2001 From: schizza Date: Fri, 19 Apr 2024 17:06:58 +0000 Subject: [PATCH] Manifest alphabet order. --- custom_components/sws12500/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/sws12500/manifest.json b/custom_components/sws12500/manifest.json index 3cd2411..39c46f5 100644 --- a/custom_components/sws12500/manifest.json +++ b/custom_components/sws12500/manifest.json @@ -3,11 +3,11 @@ "name": "Sencor SWS 12500 Weather Station", "codeowners": ["@schizza"], "config_flow": true, - "issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues", "dependencies": ["http"], "documentation": "https://github.com/schizza/SWS-12500-custom-component", "homekit": {}, "iot_class": "local_push", + "issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues", "requirements": [], "ssdp": [], "version": "0.1.3",