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" }