mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
add title to header
This commit is contained in:
parent
7eaa8a3f16
commit
80f2ac5c3c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user