From 102a05ffcd5e2b9c5c5a8bb3eb090b543a703f25 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 17 Apr 2023 00:15:18 +0200 Subject: [PATCH] Bump pyhon version, fixes starting error --- 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 8ad79ae..49365f9 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.8.0b5"], - "version": "0.6.0-beta.5" + "requirements": ["pyhOn==0.8.0b6"], + "version": "0.6.0-beta.6" }