Add type hints to integration tests (part 4) (#87848)

This commit is contained in:
epenet 2023-02-11 08:26:13 +01:00 committed by GitHub
parent a385a00d08
commit 9f688a564f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 733 additions and 336 deletions

View file

@ -283,8 +283,11 @@ async def test_get_triggers_manage_unsupported_remotes(
async def test_functional_device_trigger(
hass, aioclient_mock, mock_deconz_websocket, automation_calls
):
hass: HomeAssistant,
aioclient_mock: AiohttpClientMocker,
mock_deconz_websocket,
automation_calls,
) -> None:
"""Test proper matching and attachment of device trigger automation."""
data = {