Move core stuff into Home Assistant integration (#22407)
* Move core stuff into Home Assistant integration * Lint
This commit is contained in:
parent
bad0a8b342
commit
65432ba552
15 changed files with 175 additions and 170 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
from homeassistant.components.cover import (SERVICE_OPEN_COVER,
|
||||
SERVICE_CLOSE_COVER)
|
||||
from homeassistant.components import intent
|
||||
from homeassistant.helpers import intent
|
||||
import homeassistant.components as comps
|
||||
from tests.common import async_mock_service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue