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:
parent
ca63e44227
commit
e8c9dcf0fe
4 changed files with 43 additions and 58 deletions
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue