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