From e1e2a606c6bf865f6477d6717e41c54f0dace50f Mon Sep 17 00:00:00 2001 From: gonzotek Date: Thu, 23 Feb 2023 18:22:37 -0500 Subject: [PATCH 1/2] Update manifest.json Update key sorting for hassfest action requirement: Manifest keys have been sorted: domain, name, then alphabetical order --- custom_components/nfl/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/nfl/manifest.json b/custom_components/nfl/manifest.json index 75a1e19..175d739 100644 --- a/custom_components/nfl/manifest.json +++ b/custom_components/nfl/manifest.json @@ -1,12 +1,12 @@ { "domain": "nfl", "name": "NFL", - "version": "0.1", - "documentation": "https://github.com/zacs/ha_nfl", - "issue_tracker": "https://github.com/zacs/ha_nfl/issues", - "dependencies": [], "codeowners": ["@zacs"], "config_flow": true, + "dependencies": [], + "documentation": "https://github.com/zacs/ha_nfl", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/zacs/ha_nfl/issues", "requirements": ["arrow"], - "iot_class": "cloud_polling" + "version": "0.1" } From 9c510f5861c63d6356d6b4a22caeecfe57e3cf51 Mon Sep 17 00:00:00 2001 From: gonzotek Date: Thu, 23 Feb 2023 18:29:05 -0500 Subject: [PATCH 2/2] Bump version --- custom_components/nfl/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nfl/manifest.json b/custom_components/nfl/manifest.json index 175d739..421b285 100644 --- a/custom_components/nfl/manifest.json +++ b/custom_components/nfl/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/zacs/ha_nfl/issues", "requirements": ["arrow"], - "version": "0.1" + "version": "0.1.1" }