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

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

diff --git a/homeassistant/components/script.py b/homeassistant/components/script.py
index c5b1d4872de..3f892fdfa80 100644
--- a/homeassistant/components/script.py
+++ b/homeassistant/components/script.py
@@ -1,9 +1,11 @@
 """
 homeassistant.components.script
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-entity_id
 Scripts are a sequence of actions that can be triggered manually
 by the user or automatically based upon automation events, etc.
+
+For more details about this component, please refer to the documentation at
+https://home-assistant.io/components/script.html
 """
 import logging
 from datetime import timedelta
-- 
GitLab