1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-17 12:29:16 +00:00
2019-12-17 16:26:36 +01:00

5 lines
101 B
Python

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