hass-core/homeassistant/components/matrix/const.py
2019-12-17 16:26:36 +01:00

4 lines
101 B
Python

"""Constants for the Matrix integration."""
DOMAIN = "matrix"
SERVICE_SEND_MESSAGE = "send_message"