From d4a9066f365757ae2dedd5fa2657a93b34b52011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ma=C5=82olepszy?= Date: Sun, 28 Sep 2025 19:56:57 +0200 Subject: [PATCH] Update manifest --- custom_components/hon/manifest.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index e0f00e4..c8d8ef8 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -1,15 +1,16 @@ { "domain": "hon", - "name": "Haier hOn", + "name": "Haier hOn Revived", "codeowners": [ + "@mmalolepszy", "@Andre0512" ], "config_flow": true, - "documentation": "https://github.com/Andre0512/hon/", + "documentation": "https://github.com/mmalolepszy/hon-revived/", "iot_class": "cloud_push", - "issue_tracker": "https://github.com/Andre0512/hon/issues", + "issue_tracker": "https://github.com/mmalolepszy/hon-revived/issues", "requirements": [ "pyhOn==0.17.5" ], - "version": "0.14.0" + "version": "0.15.0" }