Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.matrix.const Namespace Reference

Variables

string DOMAIN = "matrix"
 
string FORMAT_HTML = "html"
 
string FORMAT_TEXT = "text"
 
string SERVICE_SEND_MESSAGE = "send_message"
 

Detailed Description

Constants for the Matrix integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.matrix.const.DOMAIN = "matrix"

Definition at line 3 of file const.py.

◆ FORMAT_HTML

string homeassistant.components.matrix.const.FORMAT_HTML = "html"

Definition at line 7 of file const.py.

◆ FORMAT_TEXT

string homeassistant.components.matrix.const.FORMAT_TEXT = "text"

Definition at line 8 of file const.py.

◆ SERVICE_SEND_MESSAGE

string homeassistant.components.matrix.const.SERVICE_SEND_MESSAGE = "send_message"

Definition at line 5 of file const.py.