Add type hints to integration tests (part 19) (#88178)

This commit is contained in:
epenet 2023-02-15 18:07:40 +01:00 committed by GitHub
parent f5a05c1bd2
commit 80ee196fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 974 additions and 526 deletions

View file

@ -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}