Add service to trigger roku search (#37014)
This commit is contained in:
parent
2c7876fa66
commit
6610bbe7bb
6 changed files with 52 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue