From 8b422a7bd59663f4a965bfbd0a26ac0d6777a1f0 Mon Sep 17 00:00:00 2001 From: avee87 <6134677+avee87@users.noreply.github.com> Date: Fri, 15 Oct 2021 08:26:54 +0100 Subject: [PATCH] Add documentation link for Supervisor integration (#57733) --- homeassistant/components/hassio/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json index aaa5b3669ad..27cc1eaf735 100644 --- a/homeassistant/components/hassio/manifest.json +++ b/homeassistant/components/hassio/manifest.json @@ -1,7 +1,7 @@ { "domain": "hassio", "name": "Home Assistant Supervisor", - "documentation": "https://www.home-assistant.io/hassio", + "documentation": "https://www.home-assistant.io/integrations/hassio", "dependencies": ["http"], "after_dependencies": ["panel_custom"], "codeowners": ["@home-assistant/supervisor"],