Migrate remote to async (#4678)

* Migrate remote to async

* add coro

* remove sync from init since only used in harmony

* import ATTR from remote

* remove unused sync stuff from tests
This commit is contained in:
Pascal Vizeli 2016-12-04 07:08:24 +01:00 committed by Paulus Schoutsen
parent ca63e44227
commit e8c9dcf0fe
4 changed files with 43 additions and 58 deletions

View file

@ -11,7 +11,6 @@ import homeassistant.components.remote as remote
from tests.common import mock_service, get_test_home_assistant
TEST_PLATFORM = {remote.DOMAIN: {CONF_PLATFORM: 'test'}}
SERVICE_SYNC = 'sync'
SERVICE_SEND_COMMAND = 'send_command'