From 34174d3b1295d7cf7445b4053999b9d895708b9c Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Mon, 21 Jun 2021 23:56:04 +0200 Subject: [PATCH 1/4] Add not_class in manifest.json --- custom_components/pool_pump/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/pool_pump/manifest.json b/custom_components/pool_pump/manifest.json index 1bfcdee..7fabfa0 100644 --- a/custom_components/pool_pump/manifest.json +++ b/custom_components/pool_pump/manifest.json @@ -11,5 +11,6 @@ ], "requirements": [ "pypool_pump==0.0.1" - ] + ], + "iot_class": "calculated" } From 2c8b7af4d0670886d71a4185d22cb10a5b2f8637 Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Mon, 21 Jun 2021 23:58:55 +0200 Subject: [PATCH 2/4] Add issue tracker URL in manifest.json --- custom_components/pool_pump/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/pool_pump/manifest.json b/custom_components/pool_pump/manifest.json index 7fabfa0..8fd5d24 100644 --- a/custom_components/pool_pump/manifest.json +++ b/custom_components/pool_pump/manifest.json @@ -3,6 +3,7 @@ "name": "Pool Pump Manager", "version": "0.0.2", "documentation": "https://github.com/oncleben31/ha-pool_pump", + "issue_tracker": "https://github.com/oncleben31/ha-pool_pump/issues" "dependencies": [], "config_flow": false, "codeowners": [ From bb28ee8b63d71f3d59f310e15d663a399a2ffd0e Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Mon, 21 Jun 2021 23:59:21 +0200 Subject: [PATCH 3/4] Fix missing coma --- custom_components/pool_pump/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/pool_pump/manifest.json b/custom_components/pool_pump/manifest.json index 8fd5d24..ef0442a 100644 --- a/custom_components/pool_pump/manifest.json +++ b/custom_components/pool_pump/manifest.json @@ -3,7 +3,7 @@ "name": "Pool Pump Manager", "version": "0.0.2", "documentation": "https://github.com/oncleben31/ha-pool_pump", - "issue_tracker": "https://github.com/oncleben31/ha-pool_pump/issues" + "issue_tracker": "https://github.com/oncleben31/ha-pool_pump/issues", "dependencies": [], "config_flow": false, "codeowners": [ From c08843501f17bdd5be0849f2df5ce2d0c70e856a Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Tue, 22 Jun 2021 00:14:56 +0200 Subject: [PATCH 4/4] Update has.json --- hacs.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index 8f126da..8e90b55 100644 --- a/hacs.json +++ b/hacs.json @@ -2,5 +2,7 @@ "name": "Pool Pump Manager", "content_in_root": false, "render_readme": false, - "iot_class": "Cloud Polling" -} \ No newline at end of file + "iot_class": "Cloud Polling", + "homeassistant": "2021.5.0", + "iot_class": "calculated" +}