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 33f0552 commit 11136d9Copy full SHA for 11136d9
tests/components/plugwise/test_config_flow.py
@@ -446,7 +446,9 @@ async def test_form_cannot_connect_port(
446
assert result2["errors"] == {"base": "cannot_connect"}
447
448
449
-async def test_options_flow_thermo(hass, mock_smile_anna_2) -> None:
+async def test_options_flow_thermo(
450
+ hass: HomeAssistant, mock_smile_anna_2: MagicMock
451
+) -> None:
452
"""Test config flow options for thermostatic environments."""
453
entry = MockConfigEntry(
454
domain=DOMAIN,
0 commit comments