From c8189414b8f89cb1418bdc86befdb395309e67fb Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 10 Apr 2023 17:02:16 +0200 Subject: [PATCH] Use pyhon v0.6.1 --- 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 25950a3..7547617 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.6.0"], - "version": "0.5.0-beta.1" + "requirements": ["pyhOn==0.6.1"], + "version": "0.5.0-beta.2" }