From bf027fcd483c426cb8dcc376a0921c19a19293fb Mon Sep 17 00:00:00 2001
From: Fabian Affolter <fabian@affolter-engineering.ch>
Date: Sun, 25 Oct 2015 15:12:09 +0100
Subject: [PATCH] Add link to docs

---
 homeassistant/components/recorder.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/recorder.py b/homeassistant/components/recorder.py
index 10f6576d23f..c6f7edd6ca8 100644
--- a/homeassistant/components/recorder.py
+++ b/homeassistant/components/recorder.py
@@ -1,9 +1,11 @@
 """
 homeassistant.components.recorder
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Component that records all events and state changes. Allows other components
+to query this database.
 
-Component that records all events and state changes.
-Allows other components to query this database.
+For more details about this component, please refer to the documentation at
+https://home-assistant.io/components/recorder.html
 """
 import logging
 import threading
-- 
GitLab