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