From 1143c47fd390402c823c01dd7921e9bbd48de839 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 23 Apr 2023 19:29:50 +0200 Subject: [PATCH] Bump pyhon version --- 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 c9b9d6d..fa7f7fc 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.4"], - "version": "0.7.0-beta.3" + "requirements": ["pyhOn==0.8.5"], + "version": "0.7.0-beta.4" }