Fix wled tests opening sockets (#155903)

This commit is contained in:
Erik Montnemery
2025-11-06 21:08:06 +01:00
committed by GitHub
parent 0342d295e1
commit e09c35c177

View File

@@ -215,6 +215,7 @@ async def test_zeroconf_with_mac_device_exists_abort(
assert result.get("reason") == "already_configured"
@pytest.mark.usefixtures("mock_wled")
async def test_options_flow(
hass: HomeAssistant, mock_config_entry: MockConfigEntry
) -> None: