mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 04:22:09 +01:00
7 lines
131 B
Python
7 lines
131 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "button"
|
|
SERVICE_PRESS = "press"
|