From a8041cb58a68c31e97b6c50f1d961d1dc1e26156 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Wed, 12 Apr 2023 06:39:51 -0700 Subject: [PATCH] sort manifest.json file --- custom_components/nws_alerts/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/nws_alerts/manifest.json b/custom_components/nws_alerts/manifest.json index 3ee5cc4..384ad50 100644 --- a/custom_components/nws_alerts/manifest.json +++ b/custom_components/nws_alerts/manifest.json @@ -1,12 +1,12 @@ { "domain": "nws_alerts", "name": "NWS Alerts", - "version": "2.8", - "documentation": "https://github.com/finity69x2/nws_alerts/", - "issue_tracker": "https://github.com/finity69x2/nws_alerts/issues", - "dependencies": [], "codeowners": ["@finity69x2"], "config_flow": true, + "documentation": "https://github.com/finity69x2/nws_alerts/", + "dependencies": [], + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/finity69x2/nws_alerts/issues", "requirements": [], - "iot_class": "cloud_polling" + "version": "2.8" }