Co-authored-by: Paulus Schoutsen <[email protected]> Co-authored-by: Martin Hjelmare <[email protected]>
5 lines
98 B
Python
5 lines
98 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "button"
|
|
SERVICE_PRESS = "press"
|