Files
homeassistant-core/homeassistant/components/button/const.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
98 B
Python
Raw Normal View History

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