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

---
 homeassistant/components/api.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/homeassistant/components/api.py b/homeassistant/components/api.py
index e4c794df424..b11525170a4 100644
--- a/homeassistant/components/api.py
+++ b/homeassistant/components/api.py
@@ -1,8 +1,10 @@
 """
 homeassistant.components.api
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
 Provides a Rest API for Home Assistant.
+
+For more details about the RESTful API, please refer to the documentation at
+https://home-assistant.io/developers/api.html
 """
 import re
 import logging
-- 
GitLab