Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Matrix integration."""
2 
3 DOMAIN = "matrix"
4 
5 SERVICE_SEND_MESSAGE = "send_message"
6 
7 FORMAT_HTML = "html"
8 FORMAT_TEXT = "text"