Move core stuff into Home Assistant integration (#22407)

* Move core stuff into Home Assistant integration

* Lint
This commit is contained in:
Paulus Schoutsen 2019-03-26 05:38:33 -07:00 committed by Pascal Vizeli
parent bad0a8b342
commit 65432ba552
15 changed files with 175 additions and 170 deletions

View file

@ -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