Co-authored-by: Franck Nijhof <[email protected]> Co-authored-by: Franck Nijhof <[email protected]>
8 lines
137 B
Python
8 lines
137 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "datetime"
|
|
|
|
ATTR_DATETIME = "datetime"
|
|
|
|
SERVICE_SET_VALUE = "set_value"
|