core/homeassistant/components/button/const.py

5 lines
98 B
Python

"""Provides the constants needed for the component."""
DOMAIN = "button"
SERVICE_PRESS = "press"