forked from home-assistant/core
5 lines
101 B
Python
5 lines
101 B
Python
"""Constants for the Matrix integration."""
|
|
DOMAIN = "matrix"
|
|
|
|
SERVICE_SEND_MESSAGE = "send_message"
|