From c6ea8831fb0d11978c0f882f9c2924dfce509c2b Mon Sep 17 00:00:00 2001 From: Tomasz Date: Wed, 19 Jul 2023 10:08:34 +0200 Subject: [PATCH] Update manifest.json huawei_solar integration doesn't exist in home assistant, so the link should navigate to wiki --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 126e109..26030cd 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "domain": "huawei_solar", "name": "Huawei Solar", "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/huawei_solar", + "documentation": "https://github.com/wlcrs/huawei_solar/wiki", "issue_tracker": "https://github.com/wlcrs/huawei_solar/issues", "requirements": ["huawei-solar==2.2.8b2"], "codeowners": ["@wlcrs"],