Files

10 lines
170 B
Python

"""Provides the constants needed for the component."""
from typing import Final
DOMAIN: Final = "datetime"
ATTR_DATETIME = "datetime"
SERVICE_SET_VALUE = "set_value"