9 lines
207 B
Python
9 lines
207 B
Python
|
"""Constants for the Times of the Day integration."""
|
||
|
|
||
|
DOMAIN = "tod"
|
||
|
|
||
|
CONF_AFTER_TIME = "after_time"
|
||
|
CONF_AFTER_OFFSET = "after_offset"
|
||
|
CONF_BEFORE_TIME = "before_time"
|
||
|
CONF_BEFORE_OFFSET = "before_offset"
|