Add service to trigger roku search (#37014)

This commit is contained in:
Chris Talkington 2020-06-23 11:03:43 -05:00 committed by GitHub
parent 2c7876fa66
commit 6610bbe7bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 52 additions and 2 deletions

View file

@ -39,7 +39,7 @@ async def test_unique_id(
async def test_main_services(
hass: HomeAssistantType, aioclient_mock: AiohttpClientMocker
) -> None:
"""Test the different services."""
"""Test platform services."""
await setup_integration(hass, aioclient_mock)
with patch("homeassistant.components.roku.Roku.remote") as remote_mock: