diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index e2d9c7e..d977eb1 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.15.15" + "pyhOn==0.16.0" ], - "version": "0.12.0" + "version": "0.13.0" } diff --git a/requirements.txt b/requirements.txt index c21dd63..74037b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyhOn==0.15.15 +pyhOn==0.16.0