Add type hints to integration tests (part 19) (#88178)
This commit is contained in:
parent
f5a05c1bd2
commit
80ee196fd8
50 changed files with 974 additions and 526 deletions
|
@ -23,7 +23,7 @@ RELAY_BLOCK_ID = 0
|
|||
|
||||
async def test_block_config_entry_diagnostics(
|
||||
hass: HomeAssistant, hass_client: ClientSessionGenerator, mock_block_device
|
||||
):
|
||||
) -> None:
|
||||
"""Test config entry diagnostics for block device."""
|
||||
await init_integration(hass, 1)
|
||||
|
||||
|
@ -53,7 +53,7 @@ async def test_rpc_config_entry_diagnostics(
|
|||
hass_client: ClientSessionGenerator,
|
||||
mock_rpc_device,
|
||||
monkeypatch,
|
||||
):
|
||||
) -> None:
|
||||
"""Test config entry diagnostics for rpc device."""
|
||||
await init_integration(
|
||||
hass, 2, options={CONF_BLE_SCANNER_MODE: BLEScannerMode.ACTIVE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue