From 891ae5183248be616594e9b1c3b7566596c6bef6 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 17 Apr 2023 00:42:50 +0200 Subject: [PATCH] Bump pyhon version, fixes disapearing programs --- 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 49365f9..1a53b65 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.0b6"], - "version": "0.6.0-beta.6" + "requirements": ["pyhOn==0.8.0b7"], + "version": "0.6.0-beta.7" }