We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cd3c6 commit ee2e9dcCopy full SHA for ee2e9dc
tests/components/homewizard/conftest.py
@@ -41,6 +41,16 @@ def mock_homewizardenergy(
41
"homeassistant.components.homewizard.config_flow.HomeWizardEnergyV1",
42
new=homewizard,
43
),
44
+ patch(
45
+ "homeassistant.components.homewizard.has_v2_api",
46
+ autospec=True,
47
+ return_value=False,
48
+ ),
49
50
+ "homeassistant.components.homewizard.config_flow.has_v2_api",
51
52
53
54
):
55
client = homewizard.return_value
56
0 commit comments