From d4a51abafeb452813321e351782f1ba203920f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Klein?= Date: Thu, 8 Feb 2024 22:56:31 +0100 Subject: [PATCH] Get master branch as travisci does not build anymore the library --- custom_components/gardena_smart_system/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/gardena_smart_system/manifest.json b/custom_components/gardena_smart_system/manifest.json index 366b31d..3827a73 100644 --- a/custom_components/gardena_smart_system/manifest.json +++ b/custom_components/gardena_smart_system/manifest.json @@ -7,5 +7,5 @@ "issue_tracker": "https://github.com/py-smart-gardena/hass-gardena-smart-system/issues", "dependencies": [], "codeowners": ["@py-smart-gardena"], - "requirements": ["py-smart-gardena==1.3.7"] + "requirements": ["git+https://github.com/py-smart-gardena/py-smart-gardena@master"] }