From b023348795c79d60613c83f79374ce9cd163c126 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 25 Oct 2015 15:04:37 +0100 Subject: [PATCH] Add link to docs --- homeassistant/components/history.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/history.py b/homeassistant/components/history.py index a723f9cbd71..a2d389a789b 100644 --- a/homeassistant/components/history.py +++ b/homeassistant/components/history.py @@ -1,8 +1,10 @@ """ homeassistant.components.history ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Provide pre-made queries on top of the recorder component. + +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/history.html """ import re from datetime import timedelta