diff --git a/.gitignore b/.gitignore index 7e99e36..b32d8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.pyc \ No newline at end of file +*.pyc +.idea \ No newline at end of file diff --git a/custom_components/growcube/manifest.json b/custom_components/growcube/manifest.json index 38e0655..ad392e6 100644 --- a/custom_components/growcube/manifest.json +++ b/custom_components/growcube/manifest.json @@ -11,7 +11,7 @@ "issue_tracker": "https://github.com/jonnybergdahl/homeassistant_growcube/issues", "iot_class": "local_push", "requirements": [ - "growcube-client==1.0.14" + "growcube-client==1.0.15" ], - "version": "0.9.3" + "version": "0.9.4" }