1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Add device fixtures and tests for HomeWizard Energy Watersensor (#103383)

Co-authored-by: Duco Sebel <74970928+DCSBL@users.noreply.github.com>
This commit is contained in:
Franck Nijhof
2023-11-06 18:12:58 +01:00
committed by GitHub
parent ad22a11485
commit 08b43c4477
9 changed files with 695 additions and 142 deletions

View File

@@ -10,7 +10,15 @@ from tests.components.diagnostics import get_diagnostics_for_config_entry
from tests.typing import ClientSessionGenerator
@pytest.mark.parametrize("device_fixture", ["HWE-P1", "HWE-SKT", "SDM230"])
@pytest.mark.parametrize(
"device_fixture",
[
"HWE-P1",
"HWE-SKT",
"HWE-WTR",
"SDM230",
],
)
async def test_diagnostics(
hass: HomeAssistant,
hass_client: ClientSessionGenerator,