Add type hints to integration tests (part 4) (#87848)
This commit is contained in:
parent
a385a00d08
commit
9f688a564f
52 changed files with 733 additions and 336 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue