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 0342d29 commit e09c35cCopy full SHA for e09c35c
tests/components/wled/test_config_flow.py
@@ -215,6 +215,7 @@ async def test_zeroconf_with_mac_device_exists_abort(
215
assert result.get("reason") == "already_configured"
216
217
218
+@pytest.mark.usefixtures("mock_wled")
219
async def test_options_flow(
220
hass: HomeAssistant, mock_config_entry: MockConfigEntry
221
) -> None:
0 commit comments