Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
4 lines
98 B
Python
4 lines
98 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "button"
|
|
SERVICE_PRESS = "press"
|