mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
add title to header
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user