mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 22:05:25 +01:00
9 lines
145 B
Python
9 lines
145 B
Python
"""Constants for the Matrix integration."""
|
|
|
|
DOMAIN = "matrix"
|
|
|
|
SERVICE_SEND_MESSAGE = "send_message"
|
|
|
|
FORMAT_HTML = "html"
|
|
FORMAT_TEXT = "text"
|