Move matrix services to separate module (#146161)

This commit is contained in:
epenet
2025-06-05 06:35:10 +02:00
committed by GitHub
parent 04c34877f4
commit b4864e6a8a
4 changed files with 72 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
"""Configure and test MatrixBot."""
from homeassistant.components.matrix import DOMAIN, SERVICE_SEND_MESSAGE, MatrixBot
from homeassistant.components.matrix import MatrixBot
from homeassistant.components.matrix.const import DOMAIN, SERVICE_SEND_MESSAGE
from homeassistant.components.notify import DOMAIN as NOTIFY_DOMAIN
from homeassistant.core import HomeAssistant