From 6a3316ed12651cedc058034c3062cb28cdbc6472 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Sun, 25 Oct 2015 15:25:12 +0100 Subject: [PATCH] Add link to docs --- homeassistant/components/introduction.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/introduction.py b/homeassistant/components/introduction.py index 3a1af572a30..4c367703903 100644 --- a/homeassistant/components/introduction.py +++ b/homeassistant/components/introduction.py @@ -1,8 +1,10 @@ """ homeassistant.components.introduction ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Component that will help guide the user taking its first steps. + +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/introduction.html """ import logging -- GitLab