From 74f5887bb290a80508a4283a069f83cc7b4dee34 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 7 May 2023 17:42:28 +0200 Subject: [PATCH] Bump pyhon to fix #36 --- 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 ec140c2..28ead90 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.10.3"], - "version": "0.7.0" + "requirements": ["pyhOn==0.10.4"], + "version": "0.7.1" }