mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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
|
An event in the scheduler component that will call the service
|
||||||
every specified day at the time specified.
|
every specified day at the time specified.
|
||||||
A time event need to have the type 'time', which service to call and at
|
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
|
from datetime import datetime, timedelta
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user