Files
home-assistant-core/homeassistant/components/button/const.py
T
2021-11-04 16:50:43 +01:00

5 lines
98 B
Python

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