core/homeassistant/components/button/const.py

5 lines
98 B
Python
Raw Normal View History

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