From 365a3af171f45ec3dfde48b5e44feec1a36f1c6e Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 12 Apr 2023 19:28:04 +0200 Subject: [PATCH] Clean up sessions correct, fixes #19 --- custom_components/hon/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index be91c82..b9ad12b 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.7.2"], - "version": "0.5.0" + "requirements": ["pyhOn==0.7.3"], + "version": "0.5.1-beta.1" }