7 lines
144 B
Python
7 lines
144 B
Python
"""Constants for the Matrix integration."""
|
|
DOMAIN = "matrix"
|
|
|
|
SERVICE_SEND_MESSAGE = "send_message"
|
|
|
|
FORMAT_HTML = "html"
|
|
FORMAT_TEXT = "text"
|