From 80f2ac5c3c727693428dbdf08195b9d10503c118 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 May 2015 08:17:38 +0200 Subject: [PATCH] add title to header --- homeassistant/components/scheduler/time.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/scheduler/time.py b/homeassistant/components/scheduler/time.py index 90fa495cee2..735ccc361a8 100644 --- a/homeassistant/components/scheduler/time.py +++ b/homeassistant/components/scheduler/time.py @@ -1,4 +1,6 @@ """ +homeassistant.components.scheduler.time +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An event in the scheduler component that will call the service every specified day at the time specified. A time event need to have the type 'time', which service to call and at @@ -11,7 +13,6 @@ which time. } """ - from datetime import datetime, timedelta import logging