mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00

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