From 39fc30c95ec826344b5397044fe99d85efb44ddd Mon Sep 17 00:00:00 2001 From: zawadzkipiter Date: Wed, 10 Jul 2024 14:33:39 +0200 Subject: [PATCH 1/3] Update pyhon to 0.17.5 fix for HA "Can't login" based on: https://github.com/Andre0512/pyhOn/pull/29 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb9018e..1c58aed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyhOn==0.17.3 +pyhOn==0.17.5 From 9bab35f8c4347a10642b4db06d72a39bd603f24c Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 14 Aug 2024 22:46:43 +0200 Subject: [PATCH 2/3] Update manifest.json --- custom_components/hon/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 19f9706..d877173 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.17.4" + "pyhOn==0.17.5" ], "version": "0.14.0-beta.7" } From 70eb6c0111436b5f83fb20ee9dad69fe8407bb31 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 14 Aug 2024 22:51:18 +0200 Subject: [PATCH 3/3] Update manifest.json --- custom_components/hon/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index d877173..e0f00e4 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "pyhOn==0.17.5" ], - "version": "0.14.0-beta.7" + "version": "0.14.0" }