From 98650f4c8656b5476bc2f48dded1786d110b1ffe Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Sun, 24 Apr 2022 13:32:17 -0700 Subject: [PATCH] docs: change HA documentation link to wiki --- custom_components/tesla_custom/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index 84802f9c..00f00cf1 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -2,7 +2,7 @@ "domain": "tesla_custom", "name": "Tesla Custom Integration", "config_flow": true, - "documentation": "https://github.com/alandtse/tesla", + "documentation": "https://github.com/alandtse/tesla/wiki", "issue_tracker": "https://github.com/alandtse/tesla/issues", "requirements": ["teslajsonpy==2.0.2"], "codeowners": ["@alandtse"],