From e2baa700f09fc64804a8819f4ef15e5603a25ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Klein?= Date: Sun, 17 Mar 2024 18:37:23 +0100 Subject: [PATCH] Migrate to new home assistant version and bump dependencies versions --- .gitignore | 2 ++ custom_components/gardena_smart_system/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b139155..9a7a8a7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ eggs *# *.orig .idea +.venv/ +.venv-test/ \ No newline at end of file diff --git a/custom_components/gardena_smart_system/manifest.json b/custom_components/gardena_smart_system/manifest.json index 39c8154..aa109d4 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.8"] + "requirements": ["py-smart-gardena==1.3.9"] }