mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
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"
|