Files
core/homeassistant/components/matrix/const.py
2024-03-08 20:38:34 +01:00

9 lines
145 B
Python

"""Constants for the Matrix integration."""
DOMAIN = "matrix"
SERVICE_SEND_MESSAGE = "send_message"
FORMAT_HTML = "html"
FORMAT_TEXT = "text"