5 lines
98 B
Python
5 lines
98 B
Python
|
"""Provides the constants needed for the component."""
|
||
|
|
||
|
DOMAIN = "button"
|
||
|
SERVICE_PRESS = "press"
|