diff --git a/homeassistant/components/script.py b/homeassistant/components/script.py
index c5b1d4872de647cf4638edeb8f8f9b60d01aff60..3f892fdfa802e7ecb3df2fa5aac3d3537b4679b8 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