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"] }