mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
8 lines
138 B
Python
8 lines
138 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "time"
|
|
|
|
SERVICE_SET_VALUE = "set_value"
|