From 17d9df0da5ec724aab3bc9b830b77b7a6f7fd27e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 21:08:34 +0200 Subject: [PATCH] Add link to docs --- homeassistant/components/automation/sun.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/automation/sun.py b/homeassistant/components/automation/sun.py index 103df6c9b39..c72474ae4dd 100644 --- a/homeassistant/components/automation/sun.py +++ b/homeassistant/components/automation/sun.py @@ -1,8 +1,10 @@ """ homeassistant.components.automation.sun ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Offers sun based automation rules. + +For more details about this automation rule, please refer to the documentation +at https://home-assistant.io/components/automation.html#sun-trigger """ import logging from datetime import timedelta