mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Move matrix services to separate module (#146161)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user