core/homeassistant/components/datetime/const.py

8 lines
137 B
Python
Raw Normal View History

"""Provides the constants needed for the component."""
DOMAIN = "datetime"
ATTR_DATETIME = "datetime"
SERVICE_SET_VALUE = "set_value"