Add airgradient param fixture (#120241)

This commit is contained in:
Joost Lekkerkerker
2024-06-23 17:48:54 +02:00
committed by GitHub
parent 9769dec44b
commit 080d90b63a
8 changed files with 334 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ from tests.common import MockConfigEntry
async def test_device_info(
hass: HomeAssistant,
snapshot: SnapshotAssertion,
mock_airgradient_client: AsyncMock,
airgradient_devices: AsyncMock,
mock_config_entry: MockConfigEntry,
device_registry: dr.DeviceRegistry,
) -> None: