From 64b3cdc0cf65d7493f37bf0879debb031d2e5423 Mon Sep 17 00:00:00 2001 From: Chorty <1746231+Chorty@users.noreply.github.com> Date: Thu, 27 May 2021 17:05:50 -0400 Subject: [PATCH 1/5] Update manifest.json Added version info to manifest file. --- custom_components/wattbox/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/wattbox/manifest.json b/custom_components/wattbox/manifest.json index a345676..8189fa1 100644 --- a/custom_components/wattbox/manifest.json +++ b/custom_components/wattbox/manifest.json @@ -1,6 +1,7 @@ { "domain": "wattbox", "name": "WattBox", + "version": "6.1" "issue_tracker": "https://github.com/eseglem/hass-wattbox/issues", "documentation": "https://github.com/eseglem/hass-wattbox", "dependencies": [], @@ -10,4 +11,4 @@ "requirements": [ "pywattbox>=0.3.2" ] -} \ No newline at end of file +} From ee010dcae1a5f4d729d6d3511750c8f5d72eaf18 Mon Sep 17 00:00:00 2001 From: Chorty <1746231+Chorty@users.noreply.github.com> Date: Thu, 27 May 2021 17:09:22 -0400 Subject: [PATCH 2/5] Update manifest.json --- custom_components/wattbox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wattbox/manifest.json b/custom_components/wattbox/manifest.json index 8189fa1..ef1753f 100644 --- a/custom_components/wattbox/manifest.json +++ b/custom_components/wattbox/manifest.json @@ -1,7 +1,7 @@ { "domain": "wattbox", "name": "WattBox", - "version": "6.1" + "version": "6.1", "issue_tracker": "https://github.com/eseglem/hass-wattbox/issues", "documentation": "https://github.com/eseglem/hass-wattbox", "dependencies": [], From 9ac928510d7e98c783600fc046837eaa91dde342 Mon Sep 17 00:00:00 2001 From: Chorty <1746231+Chorty@users.noreply.github.com> Date: Fri, 28 May 2021 00:25:14 -0400 Subject: [PATCH 3/5] Update manifest.json --- custom_components/wattbox/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/wattbox/manifest.json b/custom_components/wattbox/manifest.json index ef1753f..21ba55b 100644 --- a/custom_components/wattbox/manifest.json +++ b/custom_components/wattbox/manifest.json @@ -5,6 +5,7 @@ "issue_tracker": "https://github.com/eseglem/hass-wattbox/issues", "documentation": "https://github.com/eseglem/hass-wattbox", "dependencies": [], + "iot_class": "local_push" "codeowners": [ "@eseglem" ], From 74a6b3ccc7e454a8213b395d301dfe98a16a4fcc Mon Sep 17 00:00:00 2001 From: Chorty <1746231+Chorty@users.noreply.github.com> Date: Fri, 28 May 2021 00:25:51 -0400 Subject: [PATCH 4/5] Added IoT Class and bumped version Version 6.2 --- custom_components/wattbox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wattbox/manifest.json b/custom_components/wattbox/manifest.json index 21ba55b..b07e5b5 100644 --- a/custom_components/wattbox/manifest.json +++ b/custom_components/wattbox/manifest.json @@ -1,7 +1,7 @@ { "domain": "wattbox", "name": "WattBox", - "version": "6.1", + "version": "6.2", "issue_tracker": "https://github.com/eseglem/hass-wattbox/issues", "documentation": "https://github.com/eseglem/hass-wattbox", "dependencies": [], From 72c14c6c7954ef21d5e974108967e1b69f869d8c Mon Sep 17 00:00:00 2001 From: Chorty <1746231+Chorty@users.noreply.github.com> Date: Fri, 28 May 2021 00:28:51 -0400 Subject: [PATCH 5/5] Update manifest.json --- custom_components/wattbox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wattbox/manifest.json b/custom_components/wattbox/manifest.json index b07e5b5..bb096b1 100644 --- a/custom_components/wattbox/manifest.json +++ b/custom_components/wattbox/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/eseglem/hass-wattbox/issues", "documentation": "https://github.com/eseglem/hass-wattbox", "dependencies": [], - "iot_class": "local_push" + "iot_class": "local_push", "codeowners": [ "@eseglem" ],