From 62e742de14285b2191f8ddf7d29419441752496c Mon Sep 17 00:00:00 2001 From: Sander Peterse Date: Mon, 15 Jul 2024 23:02:00 +0200 Subject: [PATCH 1/2] Use pyPi Use pyPi release instead of GitHub repo ; v3.2.1 --- custom_components/indego/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/indego/manifest.json b/custom_components/indego/manifest.json index 55410fa..e875c1e 100644 --- a/custom_components/indego/manifest.json +++ b/custom_components/indego/manifest.json @@ -5,8 +5,8 @@ "documentation": "https://github.com/jm-73/Indego", "dependencies": ["application_credentials"], "codeowners": ["@jm-73", "@eavanvalkenburg", "@sander1988"], - "requirements": ["git+https://github.com/jm-73/pyIndego.git@3.2.1"], + "requirements": ["pyIndego==3.2.1"], "iot_class": "cloud_push", "version": "5.7.2", "loggers": ["custom_components.indego", "pyIndego"] -} \ No newline at end of file +} From 6b702bf256c3fcad376336daa934fcbe7586bf87 Mon Sep 17 00:00:00 2001 From: Sander Peterse Date: Mon, 15 Jul 2024 23:03:43 +0200 Subject: [PATCH 2/2] Change repo URL --- custom_components/indego/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/indego/manifest.json b/custom_components/indego/manifest.json index e875c1e..db5d5fd 100644 --- a/custom_components/indego/manifest.json +++ b/custom_components/indego/manifest.json @@ -2,7 +2,7 @@ "domain": "indego", "name": "Bosch Indego Mower", "config_flow": true, - "documentation": "https://github.com/jm-73/Indego", + "documentation": "https://github.com/sander1988/Indego", "dependencies": ["application_credentials"], "codeowners": ["@jm-73", "@eavanvalkenburg", "@sander1988"], "requirements": ["pyIndego==3.2.1"],