5 lines
105 B
Python
5 lines
105 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "date"
|
|
|
|
SERVICE_SET_VALUE = "set_value"
|