1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-28 01:37:07 +00:00
Erik Montnemery 9f079a22d5
Add config flow for times of the day binary sensor ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-24 20:46:34 +01:00

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"