core/homeassistant/components/matrix/const.py

5 lines
101 B
Python
Raw Normal View History

"""Constants for the Matrix integration."""
DOMAIN = "matrix"
SERVICE_SEND_MESSAGE = "send_message"