From 6d1aa47e4f8fda6fc34d45fc8f3ff21ddd698c98 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 29 Dec 2020 11:13:34 +0300 Subject: [PATCH] fix manifest --- custom_components/mega/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mega/manifest.json b/custom_components/mega/manifest.json index 69623e5..ba4cb4b 100644 --- a/custom_components/mega/manifest.json +++ b/custom_components/mega/manifest.json @@ -2,7 +2,7 @@ "domain": "mega", "name": "mega", "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/mega", + "documentation": "https://www.home-assistant.io/integrations/mega_hacs", "requirements": [ "beautifulsoup4", "lxml"